diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/registers.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/registers.hh b/src/arch/x86/registers.hh index ea75ec907..0590abe49 100644 --- a/src/arch/x86/registers.hh +++ b/src/arch/x86/registers.hh @@ -96,8 +96,6 @@ const int FramePointerReg = INTREG_RBP; // value const int SyscallPseudoReturnReg = INTREG_RDX; -typedef uint64_t CCReg; - // Not applicable to x86 using VecElem = ::DummyVecElem; using VecReg = ::DummyVecReg; |