h8: Fix missing debugger hook calls [O. Galibert]

This commit is contained in:
Olivier Galibert 2014-04-25 04:55:05 +00:00
parent 544a914f7b
commit 9384a75bb3

View File

@ -197,7 +197,8 @@ void h8_device::execute_run()
}
while(bcount && icount && icount <= bcount)
internal_update(end_cycles - bcount);
do_exec_partial();
if(inst_substate)
do_exec_partial();
}
end_cycles = 0;
}