From: Ian Lance Taylor Date: Thu, 8 Apr 1993 19:47:54 +0000 (+0000) Subject: * i960-pinsn.c (tabent): Copied struct definition from X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ac91d2ca5bd7a6e9cad4fced1fe65cad9c826523;p=deliverable%2Fbinutils-gdb.git * i960-pinsn.c (tabent): Copied struct definition from opcodes/i960-dis.c. --- diff --git a/gdb/i960-pinsn.c b/gdb/i960-pinsn.c index 68ea9f0bad..65446afbd9 100644 --- a/gdb/i960-pinsn.c +++ b/gdb/i960-pinsn.c @@ -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;