commit | 1ca98499b837491f2519ca7d7d42354a0dbd45a2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 12 17:21:02 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 12 17:29:48 2012 -0700 |
tree | 3dc254a33a6052478101f50500e07d7f90adcc6c | |
parent | a47468765b3c314b4b76959e3976af4f012bc533 [diff] |
Fix ARM disassembly of LDR/STR offsets, always include the sign in branch offsets. Examples: 0x60cdd80c: e599c1e4 ldr r12, [r9, #484] ; pDeliverException 0x60cdd7c4: 1a00000b bne +44 (0x60cdd7f8) 0x60cdd804: eaffffef b -68 (0x60cdd7c8) I now believe the entire disassembly of our JNI stubs. Change-Id: Ibf4ae7e767054e78b8e763cb20eea6b73fb6f0e7