From a515bc5205be023ab01d047afc4085676a328ee2 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 6 Apr 2026 15:23:20 -0700 Subject: [PATCH] Remove extraneous comment --- riscv/mmu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/riscv/mmu.h b/riscv/mmu.h index 5ba0854e..2884fea5 100644 --- a/riscv/mmu.h +++ b/riscv/mmu.h @@ -173,7 +173,6 @@ public: try { \ BODY \ } catch (trap_load_address_misaligned& t) { \ - /* Misaligned fault will not be triggered by Zicbom */ \ throw trap_store_address_misaligned(t.has_gva(), t.get_tval(), t.get_tval2(), t.get_tinst()); \ } catch (trap_load_page_fault& t) { \ throw trap_store_page_fault(t.has_gva(), t.get_tval(), t.get_tval2(), t.get_tinst()); \