Skip to content
Snippets Groups Projects
Commit 68e780b5 authored by Cheng Shao's avatar Cheng Shao Committed by Zubin
Browse files

rts: correct stale link in comment

(cherry picked from commit 0d0a16a8)
(cherry picked from commit dfb3988f)
parent 3218f014
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ int __main_argc_argv(int argc, char *argv[]) { ...@@ -63,7 +63,7 @@ int __main_argc_argv(int argc, char *argv[]) {
// here to ensure hs_init_ghc() sees everything it needs to see. // here to ensure hs_init_ghc() sees everything it needs to see.
__attribute__((constructor(102))) static void __ghc_wasm_jsffi_init(void) { __attribute__((constructor(102))) static void __ghc_wasm_jsffi_init(void) {
// See // See
// https://gitlab.haskell.org/ghc/wasi-libc/-/blob/main/libc-bottom-half/sources/__main_void.c // https://gitlab.haskell.org/ghc/wasi-libc/-/blob/master/libc-bottom-half/sources/__main_void.c
// for its definition. It initializes some libc state, then calls // for its definition. It initializes some libc state, then calls
// __main_argc_argv defined above. // __main_argc_argv defined above.
__main_void(); __main_void();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment