Sparc fix: work around gcc optimising away the reserved stack chunk
authorSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 11:37:50 +0000 (11:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 24 Aug 2006 11:37:50 +0000 (11:37 +0000)
commit506299fe7ab11594a15e2167c128ab0f7a8ec89c
tree2274b712d64b613fee77df4cf3b3a1b9aa159112
parentaf0d070b456efbb42da8f48f25a0c2928065a58c
Sparc fix: work around gcc optimising away the reserved stack chunk
This bug causes crashse on Sparc when calling foreign functions with
more than 13 arguments.
rts/StgCRun.c