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 370a10c commit 1a4318bCopy full SHA for 1a4318b
src/hyperlight_guest/src/entrypoint.rs
@@ -73,8 +73,6 @@ extern "C" {
73
74
static INIT: Once = Once::new();
75
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.
78
#[no_mangle]
79
pub extern "C" fn entrypoint(peb_address: u64, seed: u64, ops: u64, max_log_level: u64) {
80
if peb_address == 0 {
0 commit comments