fixed amb1885: regression in IsInExec() which caused ThrowNativeError to fail

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402426
This commit is contained in:
David Anderson 2008-07-27 06:29:58 +00:00
parent bd24893837
commit 50eb77926e

View File

@ -587,7 +587,7 @@ int BaseContext::Execute2(IPluginFunction *function, const cell_t *params, unsig
m_ctx.n_idx = 0;
m_MsgCache[0] = '\0';
m_CustomMsg = false;
m_InExec = false;
m_InExec = true;
/* Start the tracer */