blob: a1235bbbf7412679b7d17856941dd0af2ea14177 [file] [log] [blame]
#include <stdio.h>
#include <stdtypes.h>
#include "testbios.h"
int int15_handler(void)
{
printf("\nint15 encountered.\n");
x86emu_dump_xregs();
X86_EAX = 0;
return 1;
}