commit | e2e59326f13cf291bf5b37989390fd2a55a94f0c | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Tue Dec 17 19:04:19 2013 +0000 |
committer | Narayan Kamath <narayan@google.com> | Tue Jan 07 12:52:57 2014 +0000 |
tree | 10e48409726a6d4f96d5e48b619a57a0c0870fa3 | |
parent | 9bc6acf27ac446b7e18a51a926caafd99cf34713 [diff] |
AArch64: Use long for pointers in MTP classes For storing pointers, long is used in MTP classes, as native pointers can be 64-bit. In addition, some minor changes have been done to conform with standard JNI practice (e.g. use of jint instead of int in JNI function prototypes) Change-Id: I67805547251722e7b77611d47d0bb632a64d3e6d Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com>