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