Made INSTR_EmulateInstruction return the exception code.
Don't allow intXX instructions from 32-bit code (based on a patch by
Jukka Heinonen).
diff --git a/include/miscemu.h b/include/miscemu.h
index ecc8c82..b26c130 100644
--- a/include/miscemu.h
+++ b/include/miscemu.h
@@ -105,7 +105,7 @@
extern UINT DOSMEM_MapLinearToDos(LPVOID); /* linear Wine to DOS */
/* memory/instr.c */
-extern BOOL INSTR_EmulateInstruction( CONTEXT86 *context );
+extern DWORD INSTR_EmulateInstruction( CONTEXT86 *context );
/* msdos/ioports.c */
extern DWORD IO_inport( int port, int count );