diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 16:52:11 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-06 16:52:11 +0000 |
commit | 48024e4a485fa82c103978c30c7d59d3a3a09262 (patch) | |
tree | b1f14b3d065a54c80e53bbc0f60c2b2fbcd8680a /alpha-dis.c | |
parent | b389dbfb587e61ccc1c68e51f84f8fe050e7203e (diff) |
m68k disassembler (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1605 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'alpha-dis.c')
-rw-r--r-- | alpha-dis.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alpha-dis.c b/alpha-dis.c index e7a4fb4029..81a55e9c0f 100644 --- a/alpha-dis.c +++ b/alpha-dis.c @@ -23,9 +23,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include <stdio.h> #include "dis-asm.h" -#define ATTRIBUTE_UNUSED __attribute__((unused)) -#define _(x) x - /* The opcode table is an array of struct alpha_opcode. */ struct alpha_opcode |