diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-15 17:04:39 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-15 17:04:39 +0000 |
commit | 56390ce8d40ab462b181a9ecd79db25eb2af022d (patch) | |
tree | f6476f26312376ad10685e09f41f9f4ea98d1670 /sim/h8300/compile.c | |
parent | cf5b4aa63a7e219290baa1c502ae82218b748e99 (diff) | |
download | gdb-56390ce8d40ab462b181a9ecd79db25eb2af022d.zip gdb-56390ce8d40ab462b181a9ecd79db25eb2af022d.tar.gz gdb-56390ce8d40ab462b181a9ecd79db25eb2af022d.tar.bz2 |
* compile.c: Reset HMODE back to zero (accidently set it to 1).
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index b18f7ea..e98c25b 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -73,7 +73,7 @@ int debug; static cpu_state_type cpu; -int HMODE = 1; +int HMODE = 0; static int |