diff options
Diffstat (limited to 'src/arch/x86/isa_traits.hh')
-rw-r--r-- | src/arch/x86/isa_traits.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/x86/isa_traits.hh b/src/arch/x86/isa_traits.hh index 2b19b1ba7..158e2f9e4 100644 --- a/src/arch/x86/isa_traits.hh +++ b/src/arch/x86/isa_traits.hh @@ -53,9 +53,6 @@ namespace X86ISA //are used. using namespace LittleEndianGuest; - // X86 does not have a delay slot -#define ISA_HAS_DELAY_SLOT 0 - const Addr PageShift = 12; const Addr PageBytes = ULL(1) << PageShift; |