mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Remove useless stack operations in KiInterruptDispatch that I used for debugging.
svn path=/trunk/; revision=23722
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user