Fixed InterlockedClearBit.

svn path=/trunk/; revision=15025
This commit is contained in:
Hartmut Birr 2005-05-05 22:24:27 +00:00
parent a3cf83ca68
commit a2a2ab569b

View file

@ -414,7 +414,7 @@ __asm__("\n\t.global @InterlockedClearBit@8\n\t"
LOCK
"btr %edx,(%ecx)\n\t"
"setc %al\n\t"
"ret $8\n\t");
"ret\n\t");
#elif defined(_MSC_VER)
/*