]> git.lizzy.rs Git - rust.git/commit
auto merge of #10527 : eholk/rust/win64, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 20 Nov 2013 19:01:34 +0000 (11:01 -0800)
committerbors <bors@rust-lang.org>
Wed, 20 Nov 2013 19:01:34 +0000 (11:01 -0800)
commite12bc239b4e85d0dedc5ba6e9f7ffa0b91ade634
tree3f5752af4483fea874d47504a3b0cffd52ef2989
parent6a25ba374b2bfe32d4411cab3547d76d47769d6c
parent02e565a187adc0b5a7348852de664be26eb1701c
auto merge of #10527 : eholk/rust/win64, r=alexcrichton

This was needed to access UEFI boot services in my new Boot2Rust experiment.

I also realized that Rust functions declared as extern always use the C calling convention regardless of how they were declared, so this pull request fixes that as well.
src/librustc/middle/trans/foreign.rs
src/libsyntax/abi.rs