summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arm/registers.hh2
-rw-r--r--src/arch/x86/registers.hh2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/arm/registers.hh b/src/arch/arm/registers.hh
index a97a4ce25..84f382b9c 100644
--- a/src/arch/arm/registers.hh
+++ b/src/arch/arm/registers.hh
@@ -102,8 +102,6 @@ const int INTRLVREG1 = INTRLVREG0 + 1;
const int INTRLVREG2 = INTRLVREG0 + 2;
const int INTRLVREG3 = INTRLVREG0 + 3;
-#define ISA_HAS_CC_REGS
-
const int TotalNumRegs = NumIntRegs + NumFloatRegs + NumVecRegs +
NumVecPredRegs + NumMiscRegs;
diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh
index 0590abe49..479eda118 100644
--- a/src/arch/x86/registers.hh
+++ b/src/arch/x86/registers.hh
@@ -60,8 +60,6 @@ const int NumIntArchRegs = NUM_INTREGS;
const int NumIntRegs = NumIntArchRegs + NumMicroIntRegs + NumImplicitIntRegs;
const int NumCCRegs = NUM_CCREGS;
-#define ISA_HAS_CC_REGS
-
// Each 128 bit xmm register is broken into two effective 64 bit registers.
// Add 8 for the indices that are mapped over the fp stack
const int NumFloatRegs =