mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Fixed InterlockedClearBit.
svn path=/trunk/; revision=15025
This commit is contained in:
parent
a3cf83ca68
commit
a2a2ab569b
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ __asm__("\n\t.global @InterlockedClearBit@8\n\t"
|
||||||
LOCK
|
LOCK
|
||||||
"btr %edx,(%ecx)\n\t"
|
"btr %edx,(%ecx)\n\t"
|
||||||
"setc %al\n\t"
|
"setc %al\n\t"
|
||||||
"ret $8\n\t");
|
"ret\n\t");
|
||||||
|
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue