diff options
author | 2014-12-26 17:33:14 +0100 | |
---|---|---|
committer | 2015-01-19 15:58:32 +0100 | |
commit | 5f5f65183c9a77bd4b5dc63b5767af69ac938b39 (patch) | |
tree | 5c519da3a7052875d105896a0607cda996b689d9 /libs/binder/ProcessInfoService.cpp | |
parent | 6701fbe5f0d799c5245b0cdf3a69ecdcbfd9fb08 (diff) |
Use register numbers instead of register names
Avoid ambiguity by using register numbers. Register names are
interpreted depending on the ABI. Fixes the issue with mips64 gcc,
where registers t0-t4 are translated into $8-$11 (o32 ABI) instead
of $12-$15 (o64 ABI).
Also, use t9 ($25) for storing function address
(in getProcAddress.cpp).
Change-Id: I12ef5cd98bf14dab3c01f2756889cc02856c1cd8
Diffstat (limited to 'libs/binder/ProcessInfoService.cpp')
0 files changed, 0 insertions, 0 deletions