mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Commit something to get build server building -- Revert 20763: "Older binutils don't understand qword ptr", use a newer binutils then.
svn path=/trunk/; revision=43916
This commit is contained in:
parent
7249a7574f
commit
6f5f925851
1 changed files with 5 additions and 5 deletions
|
@ -410,7 +410,7 @@ _ExpInterlockedPopEntrySListResume@0:
|
|||
_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 @@ _ExpInterlockedPopEntrySListEnd@0:
|
|||
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 @@ _ExpInterlockedPopEntrySListEnd@0:
|
|||
mov cx, bx
|
||||
|
||||
/* Do the exchange */
|
||||
LOCK cmpxchg8b [ebp]
|
||||
LOCK cmpxchg8b qword ptr [ebp]
|
||||
jnz 1b
|
||||
|
||||
/* Restore registers and return */
|
||||
|
@ -578,7 +578,7 @@ _ExpInterlockedPopEntrySListEnd@0:
|
|||
mov edx, [edx+4]
|
||||
|
||||
/* Do the op */
|
||||
LOCK cmpxchg8b [ebp]
|
||||
LOCK cmpxchg8b qword ptr [ebp]
|
||||
|
||||
/* Restore volatiles */
|
||||
pop ebp
|
||||
|
@ -610,7 +610,7 @@ _ExpInterlockedPopEntrySListEnd@0:
|
|||
mov edx, [edx+4]
|
||||
|
||||
/* Do the op */
|
||||
LOCK cmpxchg8b [ebp]
|
||||
LOCK cmpxchg8b qword ptr [ebp]
|
||||
|
||||
/* Restore volatiles */
|
||||
pop ebp
|
||||
|
|
Loading…
Reference in a new issue