Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
51e758f4
Commit
51e758f4
authored
Jan 03, 2006
by
simonmar
Browse files
[project @ 2006-01-03 12:57:10 by simonmar]
sanity bugfix: use TSO_OFFSET_stack instead of OFFSET_stack
parent
ce9d03fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Apply.cmm
View file @
51e758f4
...
...
@@ -46,7 +46,7 @@ INFO_TABLE_RET( stg_ap_0,
IF_DEBUG
(
sanity
,
foreign
"
C
"
checkStackChunk
(
Sp
+
WDS
(
1
)
"
ptr
"
,
CurrentTSO
+
OFFSET_StgTSO_stack
+
CurrentTSO
+
TSO_
OFFSET_StgTSO_stack
+
WDS
(
StgTSO_stack_size
(
CurrentTSO
))
"
ptr
"
)
[
R1
]);
Sp_adj
(
1
);
...
...
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