more informative
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@392 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
cef4a1e478
commit
5031c2a92f
1 changed files with 2 additions and 2 deletions
|
@ -484,10 +484,10 @@ reeval:
|
|||
else
|
||||
pr_argc = st->op - OP_CALL0;
|
||||
fnum = OPA->function;
|
||||
if ((fnum & ~0xff000000)<=0)
|
||||
if ((fnum & ~0xff000000)==0)
|
||||
{
|
||||
pr_trace++;
|
||||
printf("NULL function from qc.\n");
|
||||
printf("NULL function from qc (%s).\n", pr_xfunction->s_name);
|
||||
#ifndef DEBUGABLE
|
||||
goto cont;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue