commit | ac5e0e7a30c3a086f5f07f99cd02ef9943356e0c | [log] [tgz] |
---|---|---|
author | Ben Gruver <jesusfreke@jesusfreke.com> | Wed Jun 03 21:06:34 2009 -0500 |
committer | Ben Gruver <jesusfreke@jesusfreke.com> | Wed Jun 03 21:06:34 2009 -0500 |
tree | de170e534cff551595f555cbfd5cdcaa2df212df | |
parent | ca807d6e5d828787e06588af109941cfbbbffef7 [diff] |
dx incorrectly writes registers as a signed leb128 in the dex debug info This has no functional effect, because reading the signed leb128 value as an unsignedleb128 still produces the same value. But the encoding is 1 byte longer in some cases.