commit | eba7e5201f29bf73fcb57aa16c24413f42c65d45 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Aug 04 11:16:52 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Aug 04 12:26:43 2016 -0700 |
tree | c54aa85817a48e4a7cf8f1489ec6f8005dfe8dd1 | |
parent | 1a2e5e67bc6fd9df4154f0add1d1163af6aa9bf2 [diff] |
ART: Fix Mac-specific things in x86-64 assembly We incorrectly used double-underscore on x86-64 as VAR (used by trampoline macros) introduced an additional underscore. Add CALLVAR just as on x86. Bug: 30212852 Change-Id: I2a95dd736453160769ea1a8b24c66f1738049ccb Test: m test-art-host (Linux) Test: builds on Mac