* src/vm/jit/asmpart.h [!JIT_COMPILER_VIA_SIGNAL]
[cacao.git] / src / vm / jit / codegen-common.h
index c545e151e8ff78bd1f269585258a35acfc85ddeb..24365494bac7546334aa089c3e0d8e1ff82b0e9f 100644 (file)
@@ -313,7 +313,9 @@ u1       *codegen_generate_stub_compiler(methodinfo *m);
 void      codegen_generate_stub_builtin(methodinfo *m, builtintable_entry *bte);
 codeinfo *codegen_generate_stub_native(methodinfo *m, functionptr f);
 
+#if !defined(JIT_COMPILER_VIA_SIGNAL)
 void      codegen_emit_stub_compiler(jitdata *jd);
+#endif
 void      codegen_emit_stub_native(jitdata *jd, methoddesc *nmd, functionptr f, int skipparams);
 
 #if defined(ENABLE_INTRP)