diff options
-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 |