mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[NTVDM]: it is always interesting to dump the full CPU state when an exception occurs.
svn path=/trunk/; revision=64737
This commit is contained in:
parent
4703670a3c
commit
0c4ba28402
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ VOID EmulatorException(BYTE ExceptionNumber, LPWORD Stack)
|
|||
Opcode[8],
|
||||
Opcode[9]);
|
||||
|
||||
Fast486DumpState(&EmulatorContext);
|
||||
|
||||
/* Stop the VDM */
|
||||
EmulatorTerminate();
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue