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
1 file changed
tree: 3dc254a33a6052478101f50500e07d7f90adcc6c
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk