mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
- Remove useless stack operations in KiInterruptDispatch that I used for debugging.
svn path=/trunk/; revision=23722
This commit is contained in:
parent
3213baa7ae
commit
1db10cc5ad
1 changed files with 0 additions and 4 deletions
|
@ -1446,7 +1446,6 @@ _KiInterruptDispatch@0:
|
||||||
/* Check if it was handled */
|
/* Check if it was handled */
|
||||||
or eax, eax
|
or eax, eax
|
||||||
jz SpuriousInt
|
jz SpuriousInt
|
||||||
sub esp, 12
|
|
||||||
|
|
||||||
/* Acquire the lock */
|
/* Acquire the lock */
|
||||||
GetIntLock:
|
GetIntLock:
|
||||||
|
@ -1462,9 +1461,6 @@ GetIntLock:
|
||||||
/* Release the lock */
|
/* Release the lock */
|
||||||
RELEASE_SPINLOCK(esi)
|
RELEASE_SPINLOCK(esi)
|
||||||
|
|
||||||
/* Clean up the stack */
|
|
||||||
add esp, 12
|
|
||||||
|
|
||||||
/* Exit the interrupt */
|
/* Exit the interrupt */
|
||||||
mov esi, $
|
mov esi, $
|
||||||
cli
|
cli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue