diff --git a/SilentPatch/SVF.cpp b/SilentPatch/SVF.cpp index 17185c5..e48016c 100644 --- a/SilentPatch/SVF.cpp +++ b/SilentPatch/SVF.cpp @@ -192,7 +192,7 @@ namespace SVF break; } } - return std::move(pred); + return pred; } void RegisterGetModelInfoCB(void*(*func)(const char*, int*))