* i960-pinsn.c (tabent): Copied struct definition from
authorIan Lance Taylor <ian@airs.com>
Thu, 8 Apr 1993 19:47:54 +0000 (19:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 8 Apr 1993 19:47:54 +0000 (19:47 +0000)
opcodes/i960-dis.c.

gdb/i960-pinsn.c

index 68ea9f0bad92a54b8dd60e480388cc40792bd405..65446afbd9861043e9a134b0c7dd538501a2bd7c 100644 (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;
This page took 0.025461 seconds and 4 git commands to generate.