diff --git a/x64_dbg_dbg/_dbgfunctions.cpp b/x64_dbg_dbg/_dbgfunctions.cpp index e8d1c94b..1ec778d7 100644 --- a/x64_dbg_dbg/_dbgfunctions.cpp +++ b/x64_dbg_dbg/_dbgfunctions.cpp @@ -64,7 +64,6 @@ static bool _patchinrange(duint start, duint end) static bool _mempatch(duint va, const unsigned char* src, duint size) { return mempatch(fdProcessInfo->hProcess, (void*)va, src, size, 0); - return ret; } static void _patchrestorerange(duint start, duint end)