diff options
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/isa_traits.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/riscv/isa_traits.hh b/src/arch/riscv/isa_traits.hh index 327d64498..21e684a25 100644 --- a/src/arch/riscv/isa_traits.hh +++ b/src/arch/riscv/isa_traits.hh @@ -63,8 +63,6 @@ using namespace LittleEndianGuest; const Addr PageShift = 12; const Addr PageBytes = ULL(1) << PageShift; -const ExtMachInst NoopMachInst = 0x00000013; - // Memory accesses can be unaligned (at least for double-word memory accesses) const bool HasUnalignedMemAcc = true; |