Skip to content

Commit

Permalink
Update mhook.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Convery authored Nov 21, 2019
1 parent b5d8749 commit 50c8168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mhook-lib/mhook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,6 @@ static DWORD DisassembleAndSkip(PVOID pFunction, DWORD dwMinLen, MHOOKS_PATCHDAT
ODPRINTF((L"mhooks: DisassembleAndSkip: %p:(0x%2.2x) %s", pLoc, pins->Length, pins->String));
if (pins->Type == ITYPE_RET ) break;
if (pins->Type == ITYPE_BRANCHCC) break;
if (pins->Type == ITYPE_CALL) break;
if (pins->Type == ITYPE_CALLCC) break;

#if defined _M_X64
Expand Down

0 comments on commit 50c8168

Please sign in to comment.