Skip to content
Snippets Groups Projects
Commit 83691799 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-01-14 14:35:04 by simonm]

- fix stack check in PAP_entry.
parent 16f1489d
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Updates.hc,v 1.3 1999/01/13 17:25:49 simonm Exp $
* $Id: Updates.hc,v 1.4 1999/01/14 14:35:04 simonm Exp $
*
* Code to perform updates.
*
......@@ -173,7 +173,7 @@ STGFUN(PAP_entry)
/*
* Check for stack overflow.
*/
STK_CHK(Words,PAP_entry,R2.p,1,);
STK_CHK(Words,PAP_entry,R1.p,1,);
Sp -= Words;
TICK_ENT_PAP(pap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment