[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:
Hermès Bélusca-Maïto 2014-10-13 18:51:40 +00:00
parent 4703670a3c
commit 0c4ba28402

View file

@ -167,6 +167,8 @@ VOID EmulatorException(BYTE ExceptionNumber, LPWORD Stack)
Opcode[8],
Opcode[9]);
Fast486DumpState(&EmulatorContext);
/* Stop the VDM */
EmulatorTerminate();
return;