2 * DOS interrupt 3d handler.
3 * Copyright 1997 Len White
9 /* #define DEBUG_INT */
10 #include "debugtools.h"
12 /**********************************************************************
15 * Handler for int 3d (FLOATING POINT EMULATION - STANDALONE FWAIT).
17 void WINAPI INT_Int3dHandler(CONTEXT86 *context)
19 switch(AH_reg(context))
33 INT_BARF( context, 0x3d );