Commit b9f19507970ae813ca14e12887b01a2abbca8eaa
1 parent
e16c53fa
hack for target_ulong define
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@525 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
3 deletions
hw/vga.c
... | ... | @@ -40,14 +40,14 @@ |
40 | 40 | #include <sys/wait.h> |
41 | 41 | #include <netinet/in.h> |
42 | 42 | |
43 | +#define NO_THUNK_TYPE_SIZE | |
44 | +#include "thunk.h" | |
45 | + | |
43 | 46 | #include "cpu.h" |
44 | 47 | #include "exec-all.h" |
45 | 48 | |
46 | 49 | #include "vl.h" |
47 | 50 | |
48 | -#define NO_THUNK_TYPE_SIZE | |
49 | -#include "thunk.h" | |
50 | - | |
51 | 51 | //#define DEBUG_VGA |
52 | 52 | //#define DEBUG_VGA_MEM |
53 | 53 | //#define DEBUG_VGA_REG | ... | ... |