From a738177830a998d7ab018dea454ecdf9a8bfae36 Mon Sep 17 00:00:00 2001 From: Desant pivo Date: Mon, 5 Jan 2026 12:50:07 +0100 Subject: [PATCH] Update traits.rs --- common/src/cpu/traits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/cpu/traits.rs b/common/src/cpu/traits.rs index 5233a9c75..95b80ad38 100644 --- a/common/src/cpu/traits.rs +++ b/common/src/cpu/traits.rs @@ -94,7 +94,7 @@ pub trait InstructionExecutor { /// /// # Arguments /// * `cpu` - Mutable reference to the CPU state. - /// * `memory` - Immutable reference to the memory subsystem. + /// * `memory` - Mutable reference to the memory subsystem. /// * `ins` - The instruction to be decoded. /// /// # Returns