Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4caf3550
Commit
4caf3550
authored
Dec 08, 2009
by
Simon Marlow
Browse files
declare g0 (fixes compilation failure with -fvia-C)
parent
852154bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/stg/MiscClosures.h
View file @
4caf3550
...
...
@@ -618,7 +618,7 @@ extern StgWord stg_ap_stack_entries[];
extern
StgWord
stg_stack_save_entries
[];
// Storage.c
extern
unsigned
int
RTS_VAR
(
alloc_blocks
);
extern
unsigned
int
RTS_VAR
(
g0
);
extern
unsigned
int
RTS_VAR
(
alloc_blocks_lim
);
extern
StgWord
RTS_VAR
(
weak_ptr_list
);
extern
StgWord
RTS_VAR
(
atomic_modify_mutvar_mutex
);
...
...
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