Added dummy prototypes for calljava_xhandler and calljava_xhandler2.
authortwisti <none@none>
Sat, 5 Jun 2004 14:37:14 +0000 (14:37 +0000)
committertwisti <none@none>
Sat, 5 Jun 2004 14:37:14 +0000 (14:37 +0000)
asmpart.h
src/vm/jit/asmpart.h

index a8ff334c987701e0a1196daccb599792f5cde9b3..7a4d792023ee0a75ef95ba0316966b6e0cdd392c 100644 (file)
--- a/asmpart.h
+++ b/asmpart.h
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 1112 2004-05-31 15:47:20Z jowenn $
+   $Id: asmpart.h 1129 2004-06-05 14:37:14Z twisti $
 
 */
 
@@ -76,6 +76,12 @@ java_objectheader *asm_calljavafunction2(methodinfo *m, u4 count, u4 size, void
 jdouble asm_calljavafunction2double(methodinfo *m, u4 count, u4 size, void *callblock);
 jlong asm_calljavafunction2long(methodinfo *m, u4 count, u4 size, void *callblock);
 
+/* We need these two labels in codegen.inc to add the asm_calljavafunction*'s
+   into the methodtable */
+#if defined(__I386__) || defined(__X86_64__)
+void calljava_xhandler();
+void calljava_xhandler2();
+#endif
 
 
 void asm_handle_exception();
index a8ff334c987701e0a1196daccb599792f5cde9b3..7a4d792023ee0a75ef95ba0316966b6e0cdd392c 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 1112 2004-05-31 15:47:20Z jowenn $
+   $Id: asmpart.h 1129 2004-06-05 14:37:14Z twisti $
 
 */
 
@@ -76,6 +76,12 @@ java_objectheader *asm_calljavafunction2(methodinfo *m, u4 count, u4 size, void
 jdouble asm_calljavafunction2double(methodinfo *m, u4 count, u4 size, void *callblock);
 jlong asm_calljavafunction2long(methodinfo *m, u4 count, u4 size, void *callblock);
 
+/* We need these two labels in codegen.inc to add the asm_calljavafunction*'s
+   into the methodtable */
+#if defined(__I386__) || defined(__X86_64__)
+void calljava_xhandler();
+void calljava_xhandler2();
+#endif
 
 
 void asm_handle_exception();