diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-04-24 15:34:54 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-04-24 15:34:54 +0200 |
| commit | 2a79b604546769e600600f3d85a684641b0bca28 (patch) | |
| tree | e061157fd647be5248117361a21db702d5026791 /src/include | |
| parent | db32e498790a13f3dc0a78748d47530cf8404015 (diff) | |
| download | box64-2a79b604546769e600600f3d85a684641b0bca28.tar.gz box64-2a79b604546769e600600f3d85a684641b0bca28.zip | |
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robustness overall)
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/regs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/regs.h b/src/include/regs.h index dc72a648..721f155a 100644 --- a/src/include/regs.h +++ b/src/include/regs.h @@ -32,10 +32,6 @@ typedef union { uint8_t byte[8]; } reg64_t; -typedef struct { - uint32_t tag; -} fpu_p_reg_t; - typedef enum { ROUND_Nearest = 0, ROUND_Down = 1, |