* compile.c: Reset HMODE back to zero (accidently set it to 1).
This commit is contained in:
parent
cf5b4aa63a
commit
56390ce8d4
@ -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.
|
||||
|
||||
|
@ -73,7 +73,7 @@ int debug;
|
||||
|
||||
static cpu_state_type cpu;
|
||||
|
||||
int HMODE = 1;
|
||||
int HMODE = 0;
|
||||
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user