Alpha update (Falk Hueffner)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@203 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard
2003-06-02 20:38:09 +00:00
parent 03bfca946a
commit 2f87c60799
5 changed files with 37 additions and 7 deletions

2
exec.h
View File

@@ -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;