aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/m68k.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-24 14:33:22 +0000
committerNick Clifton <nickc@redhat.com>2004-05-24 14:33:22 +0000
commitbe8c092bb0532fb342e38ed21a8cf8ce7773b98f (patch)
treead882b4e0f8e1ca15b6f8b6a9cb6769fbaa5230c /include/opcode/m68k.h
parentdfdffa2c3c2df36aa57d5beee75ca3fb15e3a736 (diff)
downloadgdb-be8c092bb0532fb342e38ed21a8cf8ce7773b98f.zip
gdb-be8c092bb0532fb342e38ed21a8cf8ce7773b98f.tar.gz
gdb-be8c092bb0532fb342e38ed21a8cf8ce7773b98f.tar.bz2
Reorganise m68k instruction decoding and improve handling of MAC/EMAC
Diffstat (limited to 'include/opcode/m68k.h')
-rw-r--r--include/opcode/m68k.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h
index daef737..49bd8f9 100644
--- a/include/opcode/m68k.h
+++ b/include/opcode/m68k.h
@@ -73,6 +73,9 @@ struct m68k_opcode
{
/* The opcode name. */
const char *name;
+ /* The pseudo-size of the instruction(in bytes). Used to determine
+ number of bytes necessary to disassemble the instruction. */
+ unsigned int size;
/* The opcode itself. */
unsigned long opcode;
/* The mask used by the disassembler. */