2014-12-04
2014-12-04 19:23:40 by Tobias S. Josefowitz <tobij@tobij.de>
-
d402913f827ab2f44137aeedc2a429ac46cdd653
(3 lines)
(+3/-0)
[
Show
| Annotate
]
Branch: bill/master_archive_support
interpret.c: only call call_check_threads_etc() when defined
2114: Inside #if defined(PROFILING)
function->num_calls++;
function->recur_depth++;
#endif
+ #ifdef PIKE_USE_MACHINE_CODE
call_check_threads_etc();
-
+ #endif
if( !constant )
{