Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
4bb50ed0
Commit
4bb50ed0
authored
Feb 13, 2014
by
Sergei Trofimovich
Committed by
Austin Seipp
Feb 17, 2014
Browse files
Fix --enable-unregistered by declaring missing RTS functions (#8748)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
68f0a6a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/stg/MiscClosures.h
View file @
4bb50ed0
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment