Skip to content
Snippets Groups Projects
Commit e32aef44 authored by sof's avatar sof
Browse files

[project @ 1997-10-30 22:29:59 by sof]

ErrorIO_innards: push realWorld# on B stack (cf. startStgWorld)
parent edc1a1b3
No related merge requests found
......@@ -355,10 +355,13 @@ STGFUN(ErrorIO_innards)
/* Finish stack setup as if for a top-level task and enter the error node */
/* Put an IoWorld token on the B stack */
SpB -= BREL(1);
*SpB = (P_) realWorldZh_closure;
/*
SpA = SuA - AREL(1);
*SpA = (P_) realWorldZh_closure;
*/
STKO_LINK(StkOReg) = PrelBase_Z91Z93_closure;
STKO_RETURN(StkOReg) = NULL;
......
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