OSDN Git Service

ART: Fix Mac-specific things in x86-64 assembly
authorAndreas Gampe <agampe@google.com>
Thu, 4 Aug 2016 18:16:52 +0000 (11:16 -0700)
committerAndreas Gampe <agampe@google.com>
Thu, 4 Aug 2016 19:26:43 +0000 (12:26 -0700)
commiteba7e5201f29bf73fcb57aa16c24413f42c65d45
treec54aa85817a48e4a7cf8f1489ec6f8005dfe8dd1
parent1a2e5e67bc6fd9df4154f0add1d1163af6aa9bf2
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
runtime/arch/x86/fault_handler_x86.cc
runtime/arch/x86_64/asm_support_x86_64.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S