Skip to content

Commit 58cb58c

Browse files
authored
Add files via upload
1 parent 7d50af0 commit 58cb58c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Detours.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -7864,7 +7864,6 @@ namespace Detours {
78647864
#ifdef _M_X64
78657865
if (pCTX->Rip == reinterpret_cast<DWORD64>(pAddress)) {
78667866
pCTX->Rip = reinterpret_cast<DWORD64>(pNewAddress);
7867-
g_CachedOperations.emplace_back(const_cast<void*>(pExceptionAddress), unOperation, const_cast<void*>(pAddress), *pWriteOperand, static_cast<char*>(pNewAddress) - unOffset);
78687867
}
78697868
#elif _M_IX86
78707869
if (pCTX->Eip == reinterpret_cast<DWORD>(pAddress)) {

0 commit comments

Comments
 (0)