summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-11-09 07:27:16 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-11-09 07:27:16 +0000
commit54d040f3c6c1dd5b3f2256ac6c9391903803a5a6 (patch)
tree0e685e17fcf2c209e870154923a3f82d05cef251 /pcre_jit_compile.c
parent6727fe4ea50e4f0b9a645b32b7f2991c5dae6eee (diff)
downloadpcre-54d040f3c6c1dd5b3f2256ac6c9391903803a5a6.tar.gz
JIT compiler update.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1512 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_jit_compile.c')
-rw-r--r--pcre_jit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_jit_compile.c b/pcre_jit_compile.c
index df63e3f..fbc574f 100644
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -10359,7 +10359,7 @@ functions->read_only_data[mode] = common->read_only_data;
functions->executable_sizes[mode] = executable_size;
}
-static int jit_machine_stack_exec(jit_arguments *arguments, void *executable_func)
+static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *arguments, void *executable_func)
{
union {
void *executable_func;