Skip to content
Snippets Groups Projects
Commit fe50eb35 authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

compiler: fix eager blackhole symbol in wasm32 NCG

parent 2e448f98
No related branches found
No related tags found
No related merge requests found
......@@ -883,7 +883,7 @@ lower_CmmReg lbl (CmmGlobal (GlobalRegUse greg reg_use_ty)) = do
pure $
SomeWasmExpr ty_word $
WasmExpr $
WasmSymConst "stg_EAGER_BLACKHOLE_info"
WasmSymConst "__stg_EAGER_BLACKHOLE_info"
GCEnter1 -> do
onFuncSym "__stg_gc_enter_1" [] [ty_word_cmm]
pure $ SomeWasmExpr ty_word $ WasmExpr $ WasmSymConst "__stg_gc_enter_1"
......
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