mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
- Fix a bug during exceptions, thanks to W3seek, nice find.
svn path=/trunk/; revision=23720
This commit is contained in:
parent
0e96db4bf5
commit
9e78b36f2e
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ MaskMode:
|
||||||
call _KiDispatchException@20
|
call _KiDispatchException@20
|
||||||
|
|
||||||
/* End the trap */
|
/* End the trap */
|
||||||
|
mov esp, ebp
|
||||||
jmp _Kei386EoiHelper@0
|
jmp _Kei386EoiHelper@0
|
||||||
.endfunc
|
.endfunc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue