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 68a09ac9e320ba085b5548f178fc64803e94272b..fe86f74dc34196d2ee3992cff526686b89cfa1d1 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 810f04b9dcc796d0f246e92db1e6c23353cba7b0..51e11e0ca1d6701993f710228ff5dbb1bf83d7de 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;
 }
 
This page took 0.027768 seconds and 4 git commands to generate.