1
0
Fork 0

Remove extra cpu_cycles check

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1629
This commit is contained in:
Sjoerd van der Berg 2004-01-31 08:46:42 +00:00
parent e22fb1b7bc
commit 5993407d53

View file

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