forked from Imagelibrary/binutils-gdb
Make simulator event-queue manager a bit more signal safe.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user