Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / arm / intregs.hh
index 99ea9b7a627b709d1d23e728266dc2b1c854ed1e..4b2cc560da60a4419b2d19c356773fc9df63cf55 100644 (file)
@@ -111,6 +111,7 @@ enum IntRegIndex
     INTREG_ZERO, // Dummy zero reg since there has to be one.
     INTREG_UREG0,
     INTREG_CONDCODES,
+    INTREG_FPCONDCODES,
 
     NUM_INTREGS,
     NUM_ARCH_INTREGS = INTREG_PC + 1,