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:
parent
5a3e91643d
commit
b54aa7c5ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue