From b9f19507970ae813ca14e12887b01a2abbca8eaa Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 4 Jan 2004 18:17:13 +0000 Subject: [PATCH] hack for target_ulong define git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@525 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/vga.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/vga.c b/hw/vga.c index 099031442d..bc07aca78b 100644 --- a/hw/vga.c +++ b/hw/vga.c @@ -40,14 +40,14 @@ #include #include +#define NO_THUNK_TYPE_SIZE +#include "thunk.h" + #include "cpu.h" #include "exec-all.h" #include "vl.h" -#define NO_THUNK_TYPE_SIZE -#include "thunk.h" - //#define DEBUG_VGA //#define DEBUG_VGA_MEM //#define DEBUG_VGA_REG