diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/isa_traits.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/mips/isa_traits.hh b/src/arch/mips/isa_traits.hh index 7a1607183..6e08c7e85 100644 --- a/src/arch/mips/isa_traits.hh +++ b/src/arch/mips/isa_traits.hh @@ -47,9 +47,6 @@ using namespace LittleEndianGuest; StaticInstPtr decodeInst(ExtMachInst); -// MIPS DOES have a delay slot -#define ISA_HAS_DELAY_SLOT 1 - const Addr PageShift = 13; const Addr PageBytes = ULL(1) << PageShift; const Addr Page_Mask = ~(PageBytes - 1); |