summaryrefslogtreecommitdiffstats
path: root/util/x86emu/biosemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/biosemu.c')
-rw-r--r--util/x86emu/biosemu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/x86emu/biosemu.c b/util/x86emu/biosemu.c
index b924092e9918..9b6dcb472ec1 100644
--- a/util/x86emu/biosemu.c
+++ b/util/x86emu/biosemu.c
@@ -213,6 +213,7 @@ void do_int(int num)
ret = run_bios_int(num);
}
+
#if 0
#define SYS_BIOS 0xf0000
/*
@@ -386,7 +387,7 @@ void run_bios(struct device * dev, unsigned long addr)
pushw(X86_SS);
pushw(X86_SP + 2);
-#ifndef NO_TRACE
+#ifdef DEBUG
//X86EMU_trace_on();
#endif