Fixed the register saving in ExfInterlockedCompareExchange64.
authorHartmut Birr <osexpert@googlemail.com>
Fri, 6 Jan 2006 11:36:43 +0000 (11:36 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Fri, 6 Jan 2006 11:36:43 +0000 (11:36 +0000)
svn path=/trunk/; revision=20607

reactos/ntoskrnl/ex/i386/fastinterlck_asm.S

index 3bfc090..e1625ea 100644 (file)
 @ExfInterlockedCompareExchange64@12:\r
 \r
     /* Save registers */\r
-    push ebp\r
+    push ebx\r
     push ebp\r
 \r
     /* Get desination pointer, exchange value and comperand value/address */\r