no point in building traces if not allowed to execute them
This commit is contained in:
parent
159b8311f8
commit
b32e94fba6
@ -121,6 +121,8 @@ bxICacheEntry_c* BX_CPU_C::serveICacheMiss(Bit32u eipBiased, bx_phy_address pAdd
|
||||
(BX_SMP_PROCESSORS > 1) ? SIM->get_param_num(BXPN_SMP_QUANTUM)->get() :
|
||||
#endif
|
||||
BX_MAX_TRACE_LENGTH;
|
||||
if (bx_dbg.debugger_active)
|
||||
quantum = 1;
|
||||
|
||||
for (unsigned n=0;n < quantum;n++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user