* src/vm/jit/builtin.hpp (builtintable_entry): Added function pointer to
[cacao.git] / src / vm / jit / emit-common.hpp
index 0d467fc11658f096f1839254e6a34431cc925236..88d3f1df4ca2a8202b63048105beef447848fa03 100644 (file)
@@ -213,6 +213,10 @@ void emit_patcher_traps(jitdata *jd);
 
 void emit_recompute_pv(codegendata* cd);
 
+/* machine dependent faspath-emitting functions */
+void emit_fastpath_monitor_enter(jitdata* jd, instruction* iptr, int d);
+void emit_fastpath_monitor_exit(jitdata* jd, instruction* iptr, int d);
+
 #if defined(ENABLE_THREADS)
 void emit_monitor_enter(jitdata* jd, int32_t syncslot_offset);
 void emit_monitor_exit(jitdata* jd, int32_t syncslot_offset);