aboutsummaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-02 20:38:09 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-06-02 20:38:09 +0000
commit2f87c60799042f6c9936040cedf6ea8dc690ca22 (patch)
tree966e04bd3506d60213e591a5ef94523248584c92 /exec.h
parent03bfca946a9fdf7a437f28183be36b4bf89b51e9 (diff)
Alpha update (Falk Hueffner)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@203 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index 18e75e67b0..0098ad83ac 100644
--- a/exec.h
+++ b/exec.h
@@ -214,7 +214,7 @@ static inline int testandset (int *p)
#endif
#ifdef __alpha__
-int testandset (int *p)
+static inline int testandset (int *p)
{
int ret;
unsigned long one;