* i960-pinsn.c (tabent): Copied struct definition from
opcodes/i960-dis.c.
This commit is contained in:
parent
bc2f76abd5
commit
ac91d2ca5b
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ print_insn (memaddr, stream)
|
|||
/****************************************/
|
||||
/* MEM format */
|
||||
/****************************************/
|
||||
|
||||
struct tabent {
|
||||
char *name;
|
||||
char numops;
|
||||
};
|
||||
|
||||
static int /* returns instruction length: 4 or 8 */
|
||||
mem( memaddr, word1, word2, noprint )
|
||||
unsigned long memaddr;
|
||||
|
|
Loading…
Reference in a new issue