[ros-diffs] [hbirr] 20607: Fixed the register saving in
ExfInterlockedCompareExchange64.
hbirr at svn.reactos.org
hbirr at svn.reactos.org
Fri Jan 6 12:37:14 CET 2006
Fixed the register saving in ExfInterlockedCompareExchange64.
Modified: trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S
_____
Modified: trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S
--- trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S 2006-01-06
08:37:46 UTC (rev 20606)
+++ trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S 2006-01-06
11:36:43 UTC (rev 20607)
@@ -611,8 +611,8 @@
@ExfInterlockedCompareExchange64 at 12:
/* Save registers */
+ push ebx
push ebp
- push ebp
/* Get desination pointer, exchange value and comperand
value/address */
mov ebp, ecx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060106/ee4f6a4f/attachment.html
More information about the Ros-diffs
mailing list