Initialise signed_overflow field
authorNick Clifton <nickc@redhat.com>
Mon, 24 Apr 2000 17:32:36 +0000 (17:32 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 24 Apr 2000 17:32:36 +0000 (17:32 +0000)
opcodes/ChangeLog
opcodes/fr30-desc.c

index 68a09ac..fe86f74 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-24  Nick Clifton  <nickc@cygnus.com>
+
+       * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
+       field. 
+
 2000-04-22  Timothy Wall  <twall@cygnus.com>
 
        * ia64-gen.c (general): Add an ordered table of primary
index 810f04b..51e11e0 100644 (file)
@@ -1609,6 +1609,9 @@ fr30_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
   cd->rebuild_tables = fr30_cgen_rebuild_tables;
   fr30_cgen_rebuild_tables (cd);
 
+  /* Initialise flags.  */
+  cd->signed_overflow_ok_p = 0;
+  
   return (CGEN_CPU_DESC) cd;
 }