Update HookMain.cpp
This commit is contained in:
parent
77b69d52c2
commit
5b8e831cd0
|
|
@ -117,7 +117,7 @@ namespace yahfa {
|
||||||
case __ANDROID_API_FUTURE__:
|
case __ANDROID_API_FUTURE__:
|
||||||
// fallthrough
|
// fallthrough
|
||||||
case __ANDROID_API_T__:
|
case __ANDROID_API_T__:
|
||||||
case 32: // stupid Google
|
case 32: // stupid Google forgot to add 12L
|
||||||
case __ANDROID_API_S__:
|
case __ANDROID_API_S__:
|
||||||
OFFSET_entry_point_from_quick_compiled_code_in_ArtMethod =
|
OFFSET_entry_point_from_quick_compiled_code_in_ArtMethod =
|
||||||
roundUpToPtrSize(4 * 3 + 2 * 2) + pointer_size;
|
roundUpToPtrSize(4 * 3 + 2 * 2) + pointer_size;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue