Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-24 18:33:21 +0400
committerNick Clifton <nickc@redhat.com>2004-05-24 18:33:21 +0400
commitc7e7ccbe93db9a972c90f578f4e23ad295b34e86 (patch)
treef009c8dfcc7848f7d81140f32084a539a7ac9b7c /include/opcode/m68k.h
parent352694210fa1faad428bf41ef27a018c4daa0dfc (diff)
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 daef737d5..49bd8f9b5 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. */