Otherwise debugging makes no sense.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4027
This commit is contained in:
parent
df166ff0a4
commit
1e72be6a96
1 changed files with 3 additions and 0 deletions
|
@ -296,6 +296,9 @@ restart_core:
|
|||
run_block:
|
||||
cache.block.running=0;
|
||||
BlockReturn ret=gen_runcode(block->cache.start);
|
||||
#if C_DEBUG
|
||||
cycle_count += 32;
|
||||
#endif
|
||||
switch (ret) {
|
||||
case BR_Iret:
|
||||
#if C_DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue