* gen_inst: Use lastmcodeptr instead of last_compiled.
[cacao.git] / src / vm / descriptor.h
index f83edc292ddc57dd109ba0f50e385b37cec53487..dbc8cc35573ec3736bbef3c1b80b20221b8fe7d2 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: descriptor.h 2744 2005-06-20 11:59:14Z edwin $
+   $Id: descriptor.h 2796 2005-06-23 09:42:34Z twisti $
 
 */
 
@@ -440,6 +440,10 @@ void descriptor_debug_print_methoddesc(FILE *file, methoddesc *d);
 
 void descriptor_pool_debug_dump(descriptor_pool *pool, FILE *file);
 
+
+/* machine dependent descriptor function */
+void md_param_alloc(methoddesc *md);
+
 #endif /* _DESCRIPTOR_H */