[project @ 2000-03-08 10:58:38 by simonmar]
authorsimonmar <unknown>
Wed, 8 Mar 2000 10:58:38 +0000 (10:58 +0000)
committersimonmar <unknown>
Wed, 8 Mar 2000 10:58:38 +0000 (10:58 +0000)
commit1d816bae335f4f87c721123d66087e1ea1778b16
treed9a5b5a0973ebd87beec779212452cbfeeb35754
parent58cfe8c0196544bd9d53119eb7ebf65bc7245b4a
[project @ 2000-03-08 10:58:38 by simonmar]
Attempt to fix the Sparc version of StgRun.  Since
RESERVED_STACK_SPACE increased beyond the size of a 13-bit immediate,
the Sparc code has been broken.

We try to fix this with some imaginative gcc inline assembly
constraints.  If this breaks again, I'll try recoding it directly in
assembler.

While I'm here, pull in some of the comments from the old pre-4.00 RTS
and add some new comments.
ghc/rts/StgCRun.c