Skip to content

Commit bdc6b98

Browse files
authored
make OS_PAGE_SIZE public again (#609)
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 315ab5d commit bdc6b98

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_guest_bin/src

1 file changed

+1
-1
lines changed

src/hyperlight_guest_bin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub(crate) static mut REGISTERED_GUEST_FUNCTIONS: GuestFunctionRegister =
6363

6464
pub static mut MIN_STACK_ADDRESS: u64 = 0;
6565

66-
static mut OS_PAGE_SIZE: u32 = 0;
66+
pub static mut OS_PAGE_SIZE: u32 = 0;
6767

6868
// === Panic Handler ===
6969
// It looks like rust-analyzer doesn't correctly manage no_std crates,

0 commit comments

Comments
 (0)