OSDN Git Service

From Michael Meissner.
authordevans <devans>
Thu, 7 Aug 2003 15:53:58 +0000 (15:53 +0000)
committerdevans <devans>
Thu, 7 Aug 2003 15:53:58 +0000 (15:53 +0000)
* opc-opinst.scm (-gen-operand-instance-table): Initialize all of
the elements for the END record of CGEN_OPINST, silencing warnings.

cgen/ChangeLog
cgen/opc-opinst.scm

index 0431cfc..1729614 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-07  Michael Meissner  <gnu@the-meissners.org>
+
+       * opc-opinst.scm (-gen-operand-instance-table): Initialize all of
+       the elements for the END record of CGEN_OPINST, silencing warnings.
+
 2003-07-15  Doug Evans  <dje@sebabeach.org>
 
        Add guile 1.6.4 support.
index 83584c1..70e3880 100644 (file)
@@ -54,7 +54,7 @@
                  ins)
       (string-map (lambda (op)  (-gen-operand-instance op "OUTPUT"))
                  outs)
-      "  { END }\n};\n\n")))
+      "  { END, (const char *)0, (enum cgen_hw_type)0, (enum cgen_mode)0, (enum cgen_operand_type)0, 0, 0 }\n};\n\n")))
 )
 
 (define (-gen-operand-instance-tables)