diff --git a/reactos/ntoskrnl/ke/i386/trap.s b/reactos/ntoskrnl/ke/i386/trap.s index caebd0fcd93..087aefc7fb7 100644 --- a/reactos/ntoskrnl/ke/i386/trap.s +++ b/reactos/ntoskrnl/ke/i386/trap.s @@ -1446,7 +1446,6 @@ _KiInterruptDispatch@0: /* Check if it was handled */ or eax, eax jz SpuriousInt - sub esp, 12 /* Acquire the lock */ GetIntLock: @@ -1462,9 +1461,6 @@ GetIntLock: /* Release the lock */ RELEASE_SPINLOCK(esi) - /* Clean up the stack */ - add esp, 12 - /* Exit the interrupt */ mov esi, $ cli