aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/run.c')
-rw-r--r--sim/h8300/run.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/h8300/run.c b/sim/h8300/run.c
index 44064d8..5b0f732 100644
--- a/sim/h8300/run.c
+++ b/sim/h8300/run.c
@@ -47,7 +47,8 @@ main (ac, av)
sim_csize(atoi(av[i+1]));
i++;
}
-
+ else if (strcmp(av[i],"-h") == 0)
+ set_h8300h ();
else
name = av[i];
}