Fix typo in sign extension code in dwarf2_const_value_data().
[deliverable/binutils-gdb.git] / opcodes / fr30-desc.c
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.022703 seconds and 4 git commands to generate.