* Merged in twisti-branch.
[cacao.git] / src / vm / jit / asmpart.h
index 128ac0431ee5b495c0b7be6ef435a073c5147cf8..e1e614ccf8e00507c91b8690ff41ec1e1ea46f5a 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: asmpart.h 7563 2007-03-23 21:33:53Z twisti $
+   $Id: asmpart.h 7577 2007-03-25 20:55:06Z twisti $
 
 */
 
@@ -95,6 +95,11 @@ float  asm_vm_call_method_float(methodinfo *m, s4 vmargscount, vm_arg *vmargs);
 double asm_vm_call_method_double(methodinfo *m, s4 vmargscount, vm_arg *vmargs);
 
 void   asm_vm_call_method_exception_handler(void);
+
+/* asm_vm_call_method_end is a dummy symbol marking the end of the asm_vm_call_method
+ * function and is used to insert the coderange into the avl tree.
+ */
+void   asm_vm_call_method_end(void);
 #endif
 
 #if defined(ENABLE_INTRP)