mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* i960-pinsn.c (tabent): Copied struct definition from
opcodes/i960-dis.c.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user