Added asm_calljavafunction_int (for calls which require an int return
authortwisti <none@none>
Wed, 23 Mar 2005 11:21:00 +0000 (11:21 +0000)
committertwisti <none@none>
Wed, 23 Mar 2005 11:21:00 +0000 (11:21 +0000)
value).

src/vm/jit/asmpart.h

index c7f1a9dc2d709d6800ef54a7dd7e2e3e948fbe54..c4188ff46b9c19b1cef730015fc7483616ffbaf0 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 1879 2005-01-21 11:34:17Z stefan $
+   $Id: asmpart.h 2065 2005-03-23 11:21:00Z twisti $
 
 */
 
@@ -85,6 +85,10 @@ void asm_call_jit_compiler();
 java_objectheader *asm_calljavafunction(methodinfo *m, void *arg1, void *arg2,
                                         void *arg3, void *arg4);
 
+s4 asm_calljavafunction_int(methodinfo *m, void *arg1, void *arg2,
+                                                       void *arg3, void *arg4);
+
+
 /* 
    This function calls a Java-method (which possibly needs compilation)
    with up to 4 parameters. This function calls a Java-method (which