diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-03 23:35:10 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-03 23:35:10 +0000 |
commit | c27004ec7888096c982bbc9b17016fcfe7903171 (patch) | |
tree | 10a2581ef91ee629c02c6bdbad10b4178bc368b9 /dis-asm.h | |
parent | 612458f544d4dfe4264217f1bbf6d611037a7b79 (diff) |
64 bit target support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1189 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dis-asm.h')
-rw-r--r-- | dis-asm.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,7 @@ #ifndef DIS_ASM_H #define DIS_ASM_H +#include <stdlib.h> #include <stdio.h> #include <string.h> #include <inttypes.h> @@ -20,6 +21,8 @@ typedef int64_t bfd_signed_vma; typedef uint8_t bfd_byte; #define sprintf_vma(s,x) sprintf (s, "%0" PRIx64, x) +#define BFD64 + enum bfd_flavour { bfd_target_unknown_flavour, bfd_target_aout_flavour, |