diff options
Diffstat (limited to 'qemu/disas/m68k.c')
-rw-r--r-- | qemu/disas/m68k.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qemu/disas/m68k.c b/qemu/disas/m68k.c index cc0db96ca..8f74ae115 100644 --- a/qemu/disas/m68k.c +++ b/qemu/disas/m68k.c @@ -1,9 +1,8 @@ /* This file is composed of several different files from the upstream sourceware.org CVS. Original file boundaries marked with **** */ -#include <string.h> +#include "qemu/osdep.h" #include <math.h> -#include <stdio.h> #include "disas/bfd.h" @@ -616,8 +615,6 @@ static const char *const reg_half_names[] = /* Maximum length of an instruction. */ #define MAXLEN 22 -#include <setjmp.h> - struct private { /* Points to first byte not fetched. */ |