* i960-pinsn.c (tabent): Copied struct definition from

opcodes/i960-dis.c.
This commit is contained in:
Ian Lance Taylor 1993-04-08 19:47:54 +00:00
parent bc2f76abd5
commit ac91d2ca5b
1 changed files with 6 additions and 0 deletions

View File

@ -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;