Skip to content
Snippets Groups Projects
Commit ce3cb705 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by thoughtpolice
Browse files

Fix --enable-unregistered by declaring missing RTS functions (#8748)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 4bb50ed0)
parent 2243e007
No related merge requests found
......@@ -465,6 +465,8 @@ extern StgWord RTS_VAR(CCS_LIST); /* registered CCS list */
extern StgWord CCS_SYSTEM[];
extern unsigned int RTS_VAR(CC_ID); /* global ids */
extern unsigned int RTS_VAR(CCS_ID);
RTS_FUN_DECL(enterFunCCS);
RTS_FUN_DECL(pushCostCentre);
// Capability.c
extern unsigned int n_capabilities;
......
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