Browse Source

Remove unused UNUSED

pull/2266/head
Andrew Waterman 1 month ago
parent
commit
f05baff9f4
Failed to extract signature
  1. 2
      riscv/mmu.cc

2
riscv/mmu.cc

@ -370,7 +370,7 @@ void mmu_t::store_slow_path_intrapage(reg_t len, const uint8_t* bytes, mem_acces
void mmu_t::store_slow_path(reg_t original_addr, std::size_t len, void mmu_t::store_slow_path(reg_t original_addr, std::size_t len,
const std::uint8_t* bytes, xlate_flags_t xlate_flags, const std::uint8_t* bytes, xlate_flags_t xlate_flags,
bool actually_store, bool UNUSED require_alignment) bool actually_store, bool require_alignment)
{ {
if (likely(!xlate_flags.is_special_access())) { if (likely(!xlate_flags.is_special_access())) {
// Fast path for simple cases // Fast path for simple cases

Loading…
Cancel
Save