mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
A parenthesis trolled me.
svn path=/trunk/; revision=69703
This commit is contained in:
parent
4883da7f5c
commit
dbff9a412d
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ struct thunkCode
|
|||
m_mov = 0x042444C7;
|
||||
m_this = PtrToUlong(pThis);
|
||||
m_jmp = 0xe9;
|
||||
m_relproc = DWORD((INT_PTR)proc - (INT_PTR)this + sizeof(thunkCode)));
|
||||
m_relproc = DWORD((INT_PTR)proc - (INT_PTR)this + sizeof(thunkCode));
|
||||
FlushInstructionCache(GetCurrentProcess(), this, sizeof(thunkCode));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue