Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e13210b2
Commit
e13210b2
authored
May 31, 2001
by
simonmar
Browse files
[project @ 2001-05-31 10:59:14 by simonmar]
Fix bug in the GC info for an stg_ap_1_upd closure (it was one word too short).
parent
a2d10fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/StgStdThunks.hc
View file @
e13210b2
/* -----------------------------------------------------------------------------
* $Id: StgStdThunks.hc,v 1.1
5
2001/0
3/23 16:36:21
simonmar Exp $
* $Id: StgStdThunks.hc,v 1.1
6
2001/0
5/31 10:59:14
simonmar Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -159,7 +159,7 @@ FN_(stg_ap_8_upd_entry);
* in the compiler that means stg_ap_1 is generated occasionally (ToDo)
*/
INFO_TABLE_SRT(stg_ap_1_upd_info,stg_ap_1_upd_entry,1,
0
,0,0,0,THUNK,,EF_,"stg_ap_1_upd_info","stg_ap_1_upd_info");
INFO_TABLE_SRT(stg_ap_1_upd_info,stg_ap_1_upd_entry,1,
1
,0,0,0,THUNK,,EF_,"stg_ap_1_upd_info","stg_ap_1_upd_info");
FN_(stg_ap_1_upd_entry) {
FB_
STK_CHK_NP(sizeofW(StgUpdateFrame),1,);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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