mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Fixed InterlockedClearBit.
svn path=/trunk/; revision=15025
This commit is contained in:
@@ -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)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user