From: Ian Jackson Date: Thu, 5 Jun 2008 14:36:30 +0000 (+0100) Subject: Compile monitor.c but with #undef TARGET_I386 X-Git-Tag: xen-3.3.0-rc1~102 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d7da1c3b6a5df9af47aa61a045e288a5db5e58de;p=qemu-xen-3.4-testing.git Compile monitor.c but with #undef TARGET_I386 --- diff --git a/monitor.c b/monitor.c index 38d552db..8c5d934c 100644 --- a/monitor.c +++ b/monitor.c @@ -36,6 +36,8 @@ #include "disas.h" #include +#undef TARGET_I386 + #ifdef CONFIG_PROFILER #include "qemu-timer.h" /* for ticks_per_sec */ #endif diff --git a/xen-hooks.mak b/xen-hooks.mak index 9301242c..f82a03d7 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -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: