commit | 9bd88b0933a372e6a7b64b850868e6a7998567e2 | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serban.constantinescu@linaro.org> | Wed Apr 22 16:24:46 2015 +0100 |
committer | Alexandre Rames <alexandre.rames@linaro.org> | Fri May 22 12:01:07 2015 +0100 |
tree | bcd275674c1234842b757ea8e100c4030f9ac6fe | |
parent | 01cb410f4ad23135671d821ba36c269f8c82affa [diff] [blame] |
ARM64: Move xSELF from x18 to x19. This patch moves xSELF to callee saved x19 and removes support for ETR (external thread register), previously used across native calls. Change-Id: Icee07fbb9292425947f7de33d10a0ddf98c7899b Signed-off-by: Serban Constantinescu <serban.constantinescu@linaro.org>
diff --git a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc index 345b0ad..838427f 100644 --- a/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
@@ -89,7 +89,7 @@ // | LR | // | X29 | // | : | - // | X19 | + // | X20 | // | X7 | // | : | // | X1 |