From 852c3457caa3d26301d0746d024382f23a6a152f Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Mon, 16 Sep 2024 06:13:40 +0000 Subject: [PATCH] rts: correct stale link in comment (cherry picked from commit 0d0a16a81b3875c0e21c0bbe9659edc6312c4846) --- rts/wasm/JSFFI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/wasm/JSFFI.c b/rts/wasm/JSFFI.c index d5832ca66bf..56e260d9500 100644 --- a/rts/wasm/JSFFI.c +++ b/rts/wasm/JSFFI.c @@ -63,7 +63,7 @@ int __main_argc_argv(int argc, char *argv[]) { // here to ensure hs_init_ghc() sees everything it needs to see. __attribute__((constructor(102))) static void __ghc_wasm_jsffi_init(void) { // 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 // __main_argc_argv defined above. __main_void(); -- GitLab