We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ab5d commit bdc6b98Copy full SHA for bdc6b98
src/hyperlight_guest_bin/src/lib.rs
@@ -63,7 +63,7 @@ pub(crate) static mut REGISTERED_GUEST_FUNCTIONS: GuestFunctionRegister =
63
64
pub static mut MIN_STACK_ADDRESS: u64 = 0;
65
66
-static mut OS_PAGE_SIZE: u32 = 0;
+pub static mut OS_PAGE_SIZE: u32 = 0;
67
68
// === Panic Handler ===
69
// It looks like rust-analyzer doesn't correctly manage no_std crates,
0 commit comments