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;