* compile.c: Reset HMODE back to zero (accidently set it to 1).

This commit is contained in:
David Edelsohn 1993-07-15 17:04:39 +00:00
parent cf5b4aa63a
commit 56390ce8d4
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
* compile.c: Reset HMODE back to zero (accidently set it to 1).
* run.c (main): If h8/300h binary detected, call set_h8300h.
* compile.c (sim_resume): Fix O_NEG insn.

View File

@ -73,7 +73,7 @@ int debug;
static cpu_state_type cpu;
int HMODE = 1;
int HMODE = 0;
static int