aboutsummaryrefslogtreecommitdiff
path: root/util/vgabios/inte6.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/vgabios/inte6.c')
-rw-r--r--util/vgabios/inte6.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/vgabios/inte6.c b/util/vgabios/inte6.c
index 0f6a578ac0..19b6110067 100644
--- a/util/vgabios/inte6.c
+++ b/util/vgabios/inte6.c
@@ -1,6 +1,7 @@
#include <stdio.h>
+#include "testbios.h"
-int intE6_handler()
+int intE6_handler(void)
{
#if 0
pciVideoPtr pvp;
@@ -14,5 +15,6 @@ int intE6_handler()
X86_ES = 0; /* standard pc es */
#endif
printf("intE6 not supported right now.\n");
+ x86emu_dump_xregs();
return 1;
}