Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc_trans: fix small aggregate returns for big-endian mips64 FFI #49024

Merged
merged 1 commit into from
Mar 16, 2018

Commits on Mar 14, 2018

  1. rustc_trans: fix small aggregate returns for big-endian mips64 FFI

     Current model of threating small aggregate returns as smallest encompassing integer works only for little-endian mips64.
     The patch forces small aggregate return values to be viewed as one or two i64 chunks leaving to the casting implementation
     to handle endianes differences.
    dragan.mladjenovic committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    19b5113 View commit details
    Browse the repository at this point in the history