about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-04-24 15:34:54 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-04-24 15:34:54 +0200
commit2a79b604546769e600600f3d85a684641b0bca28 (patch)
treee061157fd647be5248117361a21db702d5026791 /src/include
parentdb32e498790a13f3dc0a78748d47530cf8404015 (diff)
downloadbox64-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.h4
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,