From f59e68968ca996c47d15e1f8541b346817495353 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Fri, 28 Sep 2001 06:01:08 +0000 Subject: [PATCH] - add call to SIM->set_init_done to match the one in main --- bochs/debug/dbg_main.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bochs/debug/dbg_main.cc b/bochs/debug/dbg_main.cc index 1a785307f..585d701fe 100644 --- a/bochs/debug/dbg_main.cc +++ b/bochs/debug/dbg_main.cc @@ -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;