From da79d6c6cde0fbe5473ce868c9be4771160a003b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 20 Dec 2017 00:06:07 -0800 Subject: alpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA::NoopMachInst. It's no longer used. Change-Id: I4a71bcb214f1bb186b92ef50841eca635e6701c5 Reviewed-on: https://gem5-review.googlesource.com/6826 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/arch/mips/isa_traits.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/mips/isa_traits.hh') diff --git a/src/arch/mips/isa_traits.hh b/src/arch/mips/isa_traits.hh index ca375f2e8..7a1607183 100644 --- a/src/arch/mips/isa_traits.hh +++ b/src/arch/mips/isa_traits.hh @@ -142,9 +142,6 @@ enum mode_type mode_number // number of modes }; -// return a no-op instruction... used for instruction fetch faults -const ExtMachInst NoopMachInst = 0x00000000; - const int ANNOTE_NONE = 0; const uint32_t ITOUCH_ANNOTE = 0xffffffff; -- cgit v1.2.3