summaryrefslogtreecommitdiff
path: root/hw/vga.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 18:17:13 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-04 18:17:13 +0000
commitb9f19507970ae813ca14e12887b01a2abbca8eaa (patch)
treed00cb743e8a6912b47fd83b3e88db2c2115339c0 /hw/vga.c
parente16c53fabbc3eea32be2837c08c8d4180429b2b8 (diff)
downloadqemu-b9f19507970ae813ca14e12887b01a2abbca8eaa.tar.gz
hack for target_ulong define
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@525 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga.c')
-rw-r--r--hw/vga.c6
1 files 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 <sys/wait.h>
#include <netinet/in.h>
+#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