]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commitdiff
Compile monitor.c but with #undef TARGET_I386
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 5 Jun 2008 14:36:30 +0000 (15:36 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 5 Jun 2008 14:36:30 +0000 (15:36 +0100)
monitor.c
xen-hooks.mak

index 38d552db25d7e710b51267ce40d78b980919d3a1..8c5d934c271a7833f328930b43f723f35f3af3bd 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -36,6 +36,8 @@
 #include "disas.h"
 #include <dirent.h>
 
+#undef TARGET_I386
+
 #ifdef CONFIG_PROFILER
 #include "qemu-timer.h" /* for ticks_per_sec */
 #endif
index 9301242cd7cce4f5cf17909d4f9d0a8ed29716b3..f82a03d7f6b6652c6adb4020f1c85570af198610 100644 (file)
@@ -33,7 +33,7 @@ ifdef CONFIG_PASSTHROUGH
 OBJS+= pass-through.o
 endif
 
-BAD_OBJS += loader.o monitor.o gdbstub.o acpi.o apic.o
+BAD_OBJS += loader.o gdbstub.o acpi.o apic.o
 BAD_OBJS += vmmouse.o vmport.o tcg* helper.o
 
 # don't compile right now: