Skip to content

Commit 6ffd98f

Browse files
authored
Merge pull request tiann#48 from guohuanwen/master
fix android5.1 64bit device's offset
2 parents 0f9d905 + a451382 commit 6ffd98f

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/me/weishu/epic/art/method

1 file changed

+1
-1
lines changed

library/src/main/java/me/weishu/epic/art/method/Offset.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private static void initFields() {
146146
ART_ACCESS_FLAG_OFFSET.setOffset(12);
147147
break;
148148
case Build.VERSION_CODES.LOLLIPOP_MR1:
149-
ART_QUICK_CODE_OFFSET.setOffset(52);
149+
ART_QUICK_CODE_OFFSET.setOffset(56);
150150
ART_JNI_ENTRY_OFFSET.setOffset(44);
151151
ART_ACCESS_FLAG_OFFSET.setOffset(20);
152152
break;

0 commit comments

Comments
 (0)