diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-19 06:55:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-19 06:55:56 +0000 |
commit | fd76456bdbac3cdaafb13c8c9f475a9c0a080b99 (patch) | |
tree | 8e5293582645a3e645f71515dd4db6f054fc118d /sim/tic80/sim-calls.c | |
parent | f03b093cd34bc352ad89334a43a34b00a5e5c60c (diff) | |
download | gdb-fd76456bdbac3cdaafb13c8c9f475a9c0a080b99.zip gdb-fd76456bdbac3cdaafb13c8c9f475a9c0a080b99.tar.gz gdb-fd76456bdbac3cdaafb13c8c9f475a9c0a080b99.tar.bz2 |
Make simulator event-queue manager a bit more signal safe.
Diffstat (limited to 'sim/tic80/sim-calls.c')
-rw-r--r-- | sim/tic80/sim-calls.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |