1
0
Fork 0

Otherwise debugging makes no sense.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4027
This commit is contained in:
Peter Veenstra 2017-08-06 14:22:01 +00:00
parent df166ff0a4
commit 1e72be6a96

View file

@ -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