* compile.c: Reset HMODE back to zero (accidently set it to 1).
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 15 Jul 1993 17:04:39 +0000 (17:04 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 15 Jul 1993 17:04:39 +0000 (17:04 +0000)
sim/h8300/ChangeLog
sim/h8300/compile.c

index e4cd0d48ff01d4f99358ef9546fb3a876920b6a3..72db3d801f0ee3be2cd899b4ea773bba583c9b22 100644 (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.
 
index b18f7eac160c1be8d93be776c9071f4d6bf3429d..e98c25bb7bd416380d8dc5eae54bdd5f6f819835 100644 (file)
@@ -73,7 +73,7 @@ int debug;
 
 static cpu_state_type cpu;
 
-int HMODE = 1;
+int HMODE = 0;
 
 
 static int
This page took 0.02575 seconds and 4 git commands to generate.