mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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
|
||||
|
||||
/* End the trap */
|
||||
mov esp, ebp
|
||||
jmp _Kei386EoiHelper@0
|
||||
.endfunc
|
||||
|
||||
|
|
Loading…
Reference in a new issue