diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 18:17:13 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-04 18:17:13 +0000 |
commit | b9f19507970ae813ca14e12887b01a2abbca8eaa (patch) | |
tree | d00cb743e8a6912b47fd83b3e88db2c2115339c0 /hw/vga.c | |
parent | e16c53fabbc3eea32be2837c08c8d4180429b2b8 (diff) |
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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |