1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-19 08:52:34 +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:
Pavol Marko 2007-11-25 00:06:47 +00:00
parent a4e70c3c99
commit d3c3737355

View File

@ -243,11 +243,11 @@ namespace SourceHook
void GenContext::CheckAlignmentBeforeCall()
{
//#if 0
#if 0
IA32_Test_Rm_Imm32(&m_HookFunc, REG_ESP, 15, MOD_REG);
IA32_Jump_Cond_Imm8(&m_HookFunc, CC_Z, 1);
IA32_Int3(&m_HookFunc);
//#endif
#endif
}
short GenContext::GetParamsTotalStackSize()