1
0
Fork 0

TOP is used as 32 bit in dynrec core

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3854
This commit is contained in:
Peter Veenstra 2014-01-12 12:36:13 +00:00
parent 5a3e91643d
commit b54aa7c5ba

View file

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