mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fixed the register saving in ExfInterlockedCompareExchange64.
svn path=/trunk/; revision=20607
This commit is contained in:
parent
14b1a279eb
commit
f7b8d42fd9
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@
|
|||
@ExfInterlockedCompareExchange64@12:
|
||||
|
||||
/* Save registers */
|
||||
push ebp
|
||||
push ebx
|
||||
push ebp
|
||||
|
||||
/* Get desination pointer, exchange value and comperand value/address */
|
||||
|
|
Loading…
Reference in a new issue