mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-31 20:52:18 +01:00
Disabled debug code
--HG-- branch : hookman_autogen extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/branches/hookman_autogen%40577
This commit is contained in:
parent
a4e70c3c99
commit
d3c3737355
@ -243,11 +243,11 @@ namespace SourceHook
|
|||||||
|
|
||||||
void GenContext::CheckAlignmentBeforeCall()
|
void GenContext::CheckAlignmentBeforeCall()
|
||||||
{
|
{
|
||||||
//#if 0
|
#if 0
|
||||||
IA32_Test_Rm_Imm32(&m_HookFunc, REG_ESP, 15, MOD_REG);
|
IA32_Test_Rm_Imm32(&m_HookFunc, REG_ESP, 15, MOD_REG);
|
||||||
IA32_Jump_Cond_Imm8(&m_HookFunc, CC_Z, 1);
|
IA32_Jump_Cond_Imm8(&m_HookFunc, CC_Z, 1);
|
||||||
IA32_Int3(&m_HookFunc);
|
IA32_Int3(&m_HookFunc);
|
||||||
//#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
short GenContext::GetParamsTotalStackSize()
|
short GenContext::GetParamsTotalStackSize()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user