Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / opcodes / m32r-desc.c
index 1502e74055ff11c56b7b6e88ea5f699e7a885b89..360c38f16426f447fb1fc3d7d9607e2835aaf32f 100644 (file)
@@ -1339,7 +1339,7 @@ m32r_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...)
   m32r_cgen_rebuild_tables (cd);
 
   /* Initialise flags.  */
-  cd->flags = 0;
+  cd->signed_overflow_ok_p = 0;
   
   return (CGEN_CPU_DESC) cd;
 }
This page took 0.029537 seconds and 4 git commands to generate.