commit | c6ee54e9a9fd67d24c63bd802ef2fe540a4f86a5 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Mar 24 16:45:44 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Mar 24 16:45:44 2014 -0700 |
tree | 0d5938790449eb7198f930b2cc6edbd944a9992a | |
parent | 572396010f292f9ba0c1509d2160b97ff886460e [diff] |
Trampoline and assembly fixes for ARM64 Trampolines need a jump, not a call. Expose br in the ARM64 assembler to allow this. The resolution trampoline is called with the Quick ABI, and will continue to a Quick ABI function. Then the method pointer must be in x0. Change-Id: I4e383b59d6c40a659d324a7faef3fadf0c890178