Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Dec 10, 2024
1 parent fecac1a commit 42da8da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ceno_rt/src/mmio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use rkyv::{Portable, api::high::HighValidator, bytecheck::CheckBytes, rancor::Fa
use core::slice::from_raw_parts;

extern "C" {
// The address of this variable is the start of the hints ROM.
/// The address of this variable is the start of the hints ROM.
///
/// It is defined in the linker script.
static _hints_start: u8;
}

Expand Down

0 comments on commit 42da8da

Please sign in to comment.