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

[project @ 1998-03-03 17:13:09 by sof]

startPerformIO: Only save C stack pointer when
compiling the conc RTS on x86s.
parent bc71b237
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,10 @@ STGFUN(startPerformIO)
/* Save away C stack pointer so that we can restore it when we leave
the Haskell world.
*/
#if defined(CONCURRENT) && defined(i386_TARGET_ARCH)
SpB -= BREL(1);
*SpB = (W_)SAVE_esp;
#endif
/* Put a World State Token on the B stack */
/* This is necessary because we've not unboxed it (to reveal a void) yet */
......
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