Remove extra cpu_cycles check
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1629
This commit is contained in:
parent
e22fb1b7bc
commit
5993407d53
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ typedef PhysPt EAPoint;
|
|||
Bits CPU_Core_Full_Run(void) {
|
||||
FullData inst;
|
||||
restart_core:
|
||||
if (CPU_Cycles<=0) return CBRET_NONE;
|
||||
if (!cpu.code.big) {
|
||||
inst.start_prefix=0x0;;
|
||||
inst.start_entry=0x0;
|
||||
|
|
Loading…
Add table
Reference in a new issue