pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-11-19
2008-11-19 21:47:09 by Martin Stjernholm <mast@lysator.liu.se>
d6d789653313a6779b39725725640fe37970bbc4 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added a comment.
Rev: src/interpret.c:1.411
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
410
2008/11/19 21:
36
:
39
mast Exp $
+
|| $Id: interpret.c,v 1.
411
2008/11/19 21:
47
:
09
mast Exp $
*/ #include "global.h"
1129:
#define EXIT_MACHINE_CODE() #endif
+
/* Intended to be called from machine code before inlined function
+
* calls (primarily the CALL_BUILTIN opcodes), to ensure thread
+
* switching. */
void call_check_threads_etc() { FAST_CHECK_THREADS_ON_CALL();