From f7b8d42fd98e1e3420a8acdc670705500536d4e6 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Fri, 6 Jan 2006 11:36:43 +0000 Subject: [PATCH] Fixed the register saving in ExfInterlockedCompareExchange64. svn path=/trunk/; revision=20607 --- reactos/ntoskrnl/ex/i386/fastinterlck_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S b/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S index 3bfc090da21..e1625eaa55d 100644 --- a/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S +++ b/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S @@ -611,7 +611,7 @@ @ExfInterlockedCompareExchange64@12: /* Save registers */ - push ebp + push ebx push ebp /* Get desination pointer, exchange value and comperand value/address */