summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessInfoService.cpp
diff options
context:
space:
mode:
author Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> 2014-12-26 17:33:14 +0100
committer Nikola Veljkovic <Nikola.Veljkovic@imgtec.com> 2015-01-19 15:58:32 +0100
commit5f5f65183c9a77bd4b5dc63b5767af69ac938b39 (patch)
tree5c519da3a7052875d105896a0607cda996b689d9 /libs/binder/ProcessInfoService.cpp
parent6701fbe5f0d799c5245b0cdf3a69ecdcbfd9fb08 (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