From b54aa7c5ba36d646d8aff871105ff27fd7fc9a4e Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 12 Jan 2014 12:36:13 +0000 Subject: [PATCH] TOP is used as 32 bit in dynrec core Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3854 --- include/fpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fpu.h b/include/fpu.h index cea691bd..7fdb3de2 100644 --- a/include/fpu.h +++ b/include/fpu.h @@ -86,7 +86,7 @@ typedef struct { FPU_Tag tags[9]; Bit16u cw,cw_mask_all; Bit16u sw; - Bitu top; + Bit32u top; FPU_Round round; } FPU_rec;