Author: sginsberg
Date: Mon Nov 2 19:40:24 2009
New Revision: 43916
URL:
http://svn.reactos.org/svn/reactos?rev=43916&view=rev
Log:
- Commit something to get build server building -- Revert 20763: "Older binutils
don't understand qword ptr", use a newer binutils then.
Modified:
trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S
Modified: trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/i386/fastinter…
==============================================================================
--- trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S [iso-8859-1] Mon Nov 2 19:40:24
2009
@@ -410,7 +410,7 @@
_ExpInterlockedPopEntrySListFault@0:
mov ebx, [eax]
_ExpInterlockedPopEntrySListEnd@0:
- LOCK cmpxchg8b [ebp]
+ LOCK cmpxchg8b qword ptr [ebp]
jnz _ExpInterlockedPopEntrySListResume@0
/* Restore registers and return */
@@ -454,7 +454,7 @@
lea ecx, [edx+0x10001]
/* Do the exchange */
- LOCK cmpxchg8b [ebp]
+ LOCK cmpxchg8b qword ptr [ebp]
jnz 1b
/* Restore registers and return */
@@ -494,7 +494,7 @@
mov cx, bx
/* Do the exchange */
- LOCK cmpxchg8b [ebp]
+ LOCK cmpxchg8b qword ptr [ebp]
jnz 1b
/* Restore registers and return */
@@ -578,7 +578,7 @@
mov edx, [edx+4]
/* Do the op */
- LOCK cmpxchg8b [ebp]
+ LOCK cmpxchg8b qword ptr [ebp]
/* Restore volatiles */
pop ebp
@@ -610,7 +610,7 @@
mov edx, [edx+4]
/* Do the op */
- LOCK cmpxchg8b [ebp]
+ LOCK cmpxchg8b qword ptr [ebp]
/* Restore volatiles */
pop ebp