Replace 'flags' with 'signed_overflow_ok_p'

This commit is contained in:
Nick Clifton 2000-02-28 17:57:40 +00:00
parent aaddd1abf2
commit 77343c58f9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-02-28 Nick Clifton <nickc@cygnus.com>
* m32r-desc.c (m32r_cgen_cpu_open): Replace 'flags' with
'signed_overflow_ok_p'.
2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the

View 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;
}