Author: hbelusca Date: Mon Oct 13 18:51:40 2014 New Revision: 64737
URL: http://svn.reactos.org/svn/reactos?rev=64737&view=rev Log: [NTVDM]: it is always interesting to dump the full CPU state when an exception occurs.
Modified: trunk/reactos/subsystems/ntvdm/emulator.c
Modified: trunk/reactos/subsystems/ntvdm/emulator.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/ntvdm/emulator.c... ============================================================================== --- trunk/reactos/subsystems/ntvdm/emulator.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/ntvdm/emulator.c [iso-8859-1] Mon Oct 13 18:51:40 2014 @@ -166,6 +166,8 @@ Opcode[7], Opcode[8], Opcode[9]); + + Fast486DumpState(&EmulatorContext);
/* Stop the VDM */ EmulatorTerminate();