From e8837da84faa975de43630b0d2e6e0da4b989e7f Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Tue, 7 Oct 2008 17:42:54 +0000 Subject: [PATCH] - Add missing jump label to ExpInterlockedCompareExchange64 svn path=/trunk/; revision=36677 --- reactos/ntoskrnl/ex/i386/fastinterlck_asm.S | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S b/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S index af825ca1f59..d194b3c89f4 100644 --- a/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S +++ b/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S @@ -745,6 +745,7 @@ _ExpInterlockedPopEntrySListEnd@0: /* Save flags and lock, and disable interrupts */ pushfd mov esi, [esp+24] +.startc: cli /* Acquire the spinlock */