]> git.lizzy.rs Git - rust.git/commit
rt: Save and restore %rax/%eax in __morestack
authorBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 00:16:00 +0000 (16:16 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 02:16:21 +0000 (18:16 -0800)
commit1bfc4e2e6c931ca59d31e4621608e05035945f0b
tree4c43c69a8f03ee8a4f89f6b043c64a4aa3eb0710
parentc3569abb8c7f81e521bc6002b351c3b4fbfcce4c
rt: Save and restore %rax/%eax in __morestack

This doesn't matter now since we use an out pointer for return
values but it's sure to show up mysteriously someday.
src/rt/arch/i386/morestack.S
src/rt/arch/x86_64/morestack.S