commit | 7abe9c933402f01d638086b2715b09b64b8595e0 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Sat Oct 15 20:40:11 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Oct 15 20:40:11 2011 -0700 |
tree | b3130fcb84df59b6c52638b32c784958d54af912 | |
parent | c9b1e49b91a33abd4a90ec1bb395249f8cb69a6c [diff] | |
parent | 8a05d272ccb2a7ff5a6fe5218205ecdca5e6c21f [diff] |
Merge "Another bug fix for line numbers. Line uses signed in advancing." into dalvik-dev
diff --git a/src/dex_file.cc b/src/dex_file.cc index 0a18f11..57ff2e3 100644 --- a/src/dex_file.cc +++ b/src/dex_file.cc
@@ -686,7 +686,7 @@ break; case DBG_ADVANCE_LINE: - line += DecodeUnsignedLeb128(&stream); + line += DecodeSignedLeb128(&stream); break; case DBG_START_LOCAL: