From f05baff9f4703c9c6f9027e07b36f0da7af57047 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 6 Apr 2026 16:06:33 -0700 Subject: [PATCH] Remove unused UNUSED --- riscv/mmu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/mmu.cc b/riscv/mmu.cc index 7b7112fd..5c57679f 100644 --- a/riscv/mmu.cc +++ b/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, 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())) { // Fast path for simple cases