diff options
Diffstat (limited to 'opcodes/m32r-desc.c')
-rw-r--r-- | opcodes/m32r-desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m32r-desc.c b/opcodes/m32r-desc.c index 1502e74..360c38f 100644 --- a/opcodes/m32r-desc.c +++ b/opcodes/m32r-desc.c @@ -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; } |