Skip to content
Snippets Groups Projects
Commit 096307ff authored by Per's avatar Per
Browse files

typo

parent d2b6104a
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ macro_rules! k_visit {
}
#[cfg(feature = "klee_mode")]
pub fn k_read<T>(_p: &T) {
pub fn k_read<T>(p: &T) {
unsafe { core::ptr::read_volatile(p) };
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment