From 2a79b604546769e600600f3d85a684641b0bca28 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 24 Apr 2024 15:34:54 +0200 Subject: Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robustness overall) --- src/include/regs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include') 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, -- cgit 1.4.1