Skip to content

Commit 1a4318b

Browse files
committed
fixup! [guests/chkstk] remove chkstk
Signed-off-by: danbugs <[email protected]>
1 parent 370a10c commit 1a4318b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hyperlight_guest/src/entrypoint.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ extern "C" {
7373

7474
static INIT: Once = Once::new();
7575

76-
// Note: entrypoint cannot currently have a stackframe >4KB, as that will invoke __chkstk on msvc
77-
// target without first having setup global `RUNNING_MODE` variable, which __chkstk relies on.
7876
#[no_mangle]
7977
pub extern "C" fn entrypoint(peb_address: u64, seed: u64, ops: u64, max_log_level: u64) {
8078
if peb_address == 0 {

0 commit comments

Comments
 (0)