* src/vm/method.h (methodinfo): Removed isleafmethod, frequency,
[cacao.git] / src / vm / jit / abi.h
index 532f0c9a88da6028c5c7ba584ff6471068153886..1725e17b3e3910d308065dd4b0448849b8f389ad 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: abi.h 4710 2006-03-30 10:23:11Z twisti $
+   $Id: abi.h 5079 2006-07-06 11:36:01Z twisti $
 
 */
 
@@ -48,6 +48,12 @@ extern s4 nregdescint[];
 extern char *regs[];
 extern s4 nregdescfloat[];
 
+
+/* function prototypes ********************************************************/
+
+/* machine dependent return value handling function */
+void md_return_alloc(jitdata *jd, stackptr stackslot);
+
 #endif /* _ABI_H */