Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Tobias Decking
GHC
Commits
6444de58
Commit
6444de58
authored
Apr 22, 2005
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2005-04-22 14:18:29 by simonmar]
evacuate(): fix THUNK case
parent
5d0394e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ghc/rts/GC.c
ghc/rts/GC.c
+3
-1
No files found.
ghc/rts/GC.c
View file @
6444de58
...
...
@@ -1747,8 +1747,10 @@ loop:
case
CONSTR_2_0
:
return
copy
(
q
,
sizeofW
(
StgHeader
)
+
2
,
stp
);
case
FUN
:
case
THUNK
:
return
copy
(
q
,
thunk_sizeW_fromITBL
(
info
),
stp
);
case
FUN
:
case
CONSTR
:
case
IND_PERM
:
case
IND_OLDGEN_PERM
:
...
...
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