summaryrefslogtreecommitdiff
path: root/src/arch/power/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/registers.hh')
-rw-r--r--src/arch/power/registers.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/power/registers.hh b/src/arch/power/registers.hh
index 4e8c9e9f4..adbaae539 100644
--- a/src/arch/power/registers.hh
+++ b/src/arch/power/registers.hh
@@ -95,12 +95,6 @@ const int SyscallNumReg = 0;
const int SyscallPseudoReturnReg = 3;
const int SyscallSuccessReg = 3;
-typedef union {
- IntReg intreg;
- FloatReg fpreg;
- MiscReg ctrlreg;
-} AnyReg;
-
enum MiscIntRegNums {
INTREG_CR = NumIntArchRegs,
INTREG_XER,