Changed CONTEXT into CONTEXT86 everywhere we really want an i386
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
diff --git a/misc/error.c b/misc/error.c
index 9fed9d0..52be9f7 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -158,7 +158,7 @@
/***********************************************************************
* HandleParamError (KERNEL.327)
*/
-void WINAPI HandleParamError( CONTEXT *context )
+void WINAPI HandleParamError( CONTEXT86 *context )
{
UINT16 uErr = BX_reg( context );
FARPROC16 lpfn = (FARPROC16)PTR_SEG_OFF_TO_SEGPTR( CS_reg(context),