Skip to content
GitLab
Menu
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
83691799
Commit
83691799
authored
Jan 14, 1999
by
simonm
Browse files
[project @ 1999-01-14 14:35:04 by simonm]
- fix stack check in PAP_entry.
parent
16f1489d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Updates.hc
View file @
83691799
/* -----------------------------------------------------------------------------
* $Id: Updates.hc,v 1.
3
1999/01/1
3
1
7:25:49
simonm Exp $
* $Id: Updates.hc,v 1.
4
1999/01/1
4
1
4:35:04
simonm Exp $
*
* Code to perform updates.
*
...
...
@@ -173,7 +173,7 @@ STGFUN(PAP_entry)
/*
* Check for stack overflow.
*/
STK_CHK(Words,PAP_entry,R
2
.p,1,);
STK_CHK(Words,PAP_entry,R
1
.p,1,);
Sp -= Words;
TICK_ENT_PAP(pap);
...
...
Write
Preview
Supports
Markdown
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