commit | bb0ebb1f2dc4b7f48027f622db2b58d27dcd5055 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Apr 10 00:02:33 2003 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Apr 10 00:02:33 2003 +0000 |
tree | 01efdc9e4cc258ecb06fb443cf4cd4fd89d314ce | |
parent | 27c75a9a906e4ae2b362a35501a88a3e70fe773e [diff] [blame] |
ISO C fixes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@86 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/i386-dis.c b/i386-dis.c index 0a63294..a11bdf1 100644 --- a/i386-dis.c +++ b/i386-dis.c
@@ -33,12 +33,13 @@ * the Intel manual for details. */ +#include <stdlib.h> +#include <setjmp.h> + #include "dis-asm.h" #define MAXLEN 20 -#include <setjmp.h> - static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *)); struct dis_private