diff options
Diffstat (limited to 'sim/tic80')
-rw-r--r-- | sim/tic80/ChangeLog | 4 | ||||
-rw-r--r-- | sim/tic80/sim-calls.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 76952bc..cc6bbe5 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,7 @@ +Mon May 19 14:58:47 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-calls.c (sim_open): Set the simulator base magic number. + Fri May 16 14:35:30 1997 Andrew Cagney <cagney@b1.cygnus.com> * insns (illegal, fp_unavailable): Halt instead of abort the diff --git a/sim/tic80/sim-calls.c b/sim/tic80/sim-calls.c index 5b580bd..a0e57532 100644 --- a/sim/tic80/sim-calls.c +++ b/sim/tic80/sim-calls.c @@ -53,6 +53,7 @@ SIM_DESC sim_open (SIM_OPEN_KIND kind, char **argv) { STATE_OPEN_KIND (&simulation) = kind; + STATE_MAGIC (&simulation) = SIM_MAGIC_NUMBER; /* establish the simulator configuration */ sim_config (&simulation, |