Author: aandrejevic Date: Tue Feb 25 00:02:54 2014 New Revision: 62324
URL: http://svn.reactos.org/svn/reactos?rev=62324&view=rev Log: [FAST486] Return TRUE if nothing unexpected occurred.
Modified: branches/ntvdm/lib/fast486/opcodes.c
Modified: branches/ntvdm/lib/fast486/opcodes.c URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/fast486/opcodes.c?rev=... ============================================================================== --- branches/ntvdm/lib/fast486/opcodes.c [iso-8859-1] (original) +++ branches/ntvdm/lib/fast486/opcodes.c [iso-8859-1] Tue Feb 25 00:02:54 2014 @@ -4244,7 +4244,7 @@ { /* Call the VM86 monitor */ Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_GP, 0); - return FALSE; + return TRUE; }
/* Push the flags */