- add call to SIM->set_init_done to match the one in main

This commit is contained in:
Bryce Denney 2001-09-28 06:01:08 +00:00
parent 22f82dcbb3
commit f59e68968c
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,8 @@ process_sim2:
// initialize hardware
bx_init_hardware(); // doesn't this duplicate things?
SIM->set_init_done (1);
#if BX_NUM_SIMULATORS >= 2
bx_debugger.compare_at_sync.cpu = 0;
bx_debugger.compare_at_sync.memory = 0;