summaryrefslogtreecommitdiff
path: root/src/arch/null/registers.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/null/registers.hh')
-rw-r--r--src/arch/null/registers.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/null/registers.hh b/src/arch/null/registers.hh
index f33b7e5bd..1e52fc5a6 100644
--- a/src/arch/null/registers.hh
+++ b/src/arch/null/registers.hh
@@ -47,6 +47,7 @@ namespace NullISA {
typedef uint64_t IntReg;
typedef uint32_t FloatRegBits;
typedef float FloatReg;
+typedef uint8_t CCReg;
typedef uint64_t MiscReg;
}