From 2824c189085783be98d87ea5558f423aab959b52 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 12 May 2003 10:34:32 +0000 Subject: [PATCH] Someone in a warning cleansing frenzy changed some critical values. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1009 --- src/cpu/core_full/string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/core_full/string.h b/src/cpu/core_full/string.h index bdc15b4e..78b3e2ee 100644 --- a/src/cpu/core_full/string.h +++ b/src/cpu/core_full/string.h @@ -2,7 +2,7 @@ EAPoint si_base,di_base; Bitu si_index,di_index; Bitu add_mask; - Bits count,count_left; + Bitu count,count_left; Bits add_index; bool restart=false; @@ -24,7 +24,7 @@ count=1; } else { /* Calculate amount of ops to do before cycles run out */ - if ((count>CPU_Cycles) && (inst.code.op(Bitu)CPU_Cycles) && (inst.code.op