Skip to content

Commit

Permalink
Expand mmio comment (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens authored Nov 21, 2024
1 parent 25920cf commit e426fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_zkvm/examples/riscv_opcodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fn main() {

let mut vm = VMState::new(CENO_PLATFORM, program.clone());

// init mmio
// init memory mapped IO
for record in &public_io_init {
vm.init_memory(record.addr.into(), record.value);
}
Expand Down

0 comments on commit e426fa7

Please sign in to comment.