From 5993407d53bc5dfca5ab750636a3e55c7f3816c9 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 31 Jan 2004 08:46:42 +0000 Subject: [PATCH] Remove extra cpu_cycles check Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1629 --- src/cpu/core_full.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/core_full.cpp b/src/cpu/core_full.cpp index f49edb9c..9d7868cc 100644 --- a/src/cpu/core_full.cpp +++ b/src/cpu/core_full.cpp @@ -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;