summaryrefslogtreecommitdiff
path: root/src/arch/x86/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/registers.hh')
-rw-r--r--src/arch/x86/registers.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh
index 9db3349f0..c2977f8a2 100644
--- a/src/arch/x86/registers.hh
+++ b/src/arch/x86/registers.hh
@@ -107,13 +107,6 @@ constexpr unsigned NumVecRegs = 1;
//technically for x87 (80 bits) or at all for xmm (128 bits)
typedef double FloatReg;
typedef uint64_t FloatRegBits;
-typedef union
-{
- IntReg intReg;
- FloatReg fpReg;
- CCReg ccReg;
- MiscReg ctrlReg;
-} AnyReg;
} // namespace X86ISA