Skip to content

Commit

Permalink
Fix IsBackup
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Aug 11, 2024
1 parent ae4bc68 commit 05289b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsplant/src/main/jni/common.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export {
hooked_methods_.if_contains(art_method, [&backup](const auto &it) {
if (!it.second.first) backup = it.second.second;
});
return nullptr;
return backup;
}

inline bool IsDeoptimized(art::ArtMethod * art_method) {
Expand Down

0 comments on commit 05289b5

Please sign in to comment.