mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Update lsplant.cc
This commit is contained in:
parent
5c015b6a23
commit
0dfff23d2a
@ -539,7 +539,7 @@ bool DoHook(ArtMethod *target, ArtMethod *hook, ArtMethod *backup) {
|
||||
} else {
|
||||
LOGV("Generated trampoline %p", entrypoint);
|
||||
|
||||
if (GetAndroidApiLevel() >= __ANDROID_API_V__ && target->IsIntrinsic()) [[unlikely]] {
|
||||
if (GetAndroidApiLevel() >= __ANDROID_API_O__ && target->IsIntrinsic()) [[unlikely]] {
|
||||
target->SetNonIntrinsic();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user