]> git.lizzy.rs Git - rust.git/commit
rt: Make unwinding through __morestack work on mac
authorBrian Anderson <banderson@mozilla.com>
Mon, 12 Dec 2011 01:50:12 +0000 (17:50 -0800)
committerBrian Anderson <banderson@mozilla.com>
Mon, 12 Dec 2011 02:49:04 +0000 (18:49 -0800)
commit7a8e73662dd0847ee351a3cdcaf27b0be8299902
treebfa9403e403d1e418a8c0f9a3853333df2411d9e
parent7bc34f63d85ee7d351b90320239fc48860f01da2
rt: Make unwinding through __morestack work on mac

Had to bump the min stack size in some of the tests from 256 bytes
to 1024 bytes. Not sure why yet.
src/rt/arch/i386/morestack.S
src/rt/arch/x86_64/morestack.S
src/test/run-fail/morestack2.rs
src/test/run-fail/morestack3.rs