commit | 33d603877acf76d5d59484532025af20f4b068a5 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Fri Jan 17 12:05:52 2014 +0000 |
committer | David Butcher <david.butcher@arm.com> | Fri Jan 17 14:38:25 2014 +0000 |
tree | 58d4472d789e6da440a2c3f2db37953bba16cc77 | |
parent | 486544f763bd27eb92c95101e23f939c79c9890e [diff] |
AArch64: Use long for pointers in DRM classes For storing pointers, long is used in DRM 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: I101b0ea19ed93651c6ad1a9fa55e14e8be117469 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com> Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>