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
8761b735
Commit
8761b735
authored
Oct 13, 2005
by
sof
Browse files
[project @ 2005-10-13 00:11:17 by sof]
add protos for HeapStackCheck.cmm:stg_block_blackhole_* entry points
parent
0ee7214a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/StgMiscClosures.h
View file @
8761b735
...
...
@@ -454,6 +454,8 @@ RTS_FUN(stg_yield_to_interpreter);
RTS_FUN
(
stg_gen_block
);
RTS_FUN
(
stg_block_noregs
);
RTS_FUN
(
stg_block_1
);
RTS_FUN
(
stg_block_blackhole
);
RTS_FUN
(
stg_block_blackhole_finally
);
RTS_FUN
(
stg_block_takemvar
);
RTS_ENTRY
(
stg_block_takemvar_ret
);
RTS_FUN
(
stg_block_putmvar
);
...
...
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