Reorganise m68k instruction decoding and improve handling of MAC/EMAC
[deliverable/binutils-gdb.git] / include / opcode / m68k.h
index daef737d572cd2848ff16e7d860cb1dbff70f628..49bd8f9b5b110989a6500688816bda1c9c05f5f5 100644 (file)
@@ -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.  */
This page took 0.02278 seconds and 4 git commands to generate.