mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Reapply r18676/r18677 (dispatch.S part) on w3seek advice.
Fixes vmwinst.exe crash on 2nd stage in qemu svn path=/trunk/; revision=26993
This commit is contained in:
@@ -211,9 +211,17 @@ _KiUserExceptionDispatcher@8:
|
||||
mov ecx, [esp+4]
|
||||
mov ebx, [esp]
|
||||
|
||||
/* Dispatch the exception */
|
||||
/* Call the vectored exception handler */
|
||||
push ecx
|
||||
push ebx
|
||||
call _RtlpExecuteVectoredExceptionHandlers@8
|
||||
|
||||
/* Check for success */
|
||||
or al, al
|
||||
jnz ContinueExecution
|
||||
|
||||
/* Dispatch the exception */
|
||||
sub esp, 8
|
||||
call _RtlDispatchException@8
|
||||
|
||||
/* Check for success */
|
||||
|
||||
Reference in New Issue
Block a user