Enable xASTORECONST icmds.
[cacao.git] / src / vm / jit / stack.h
index 05b77a668e9e38d97367f12e1552fb8a325c33c0..c993b1495131faaf43bd104994917a1e2a93f3e3 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: stack.h 1338 2004-07-21 16:02:14Z twisti $
+   $Id: stack.h 1415 2004-10-11 20:12:08Z jowenn $
 
 */
 
 
 /* function prototypes */
 
-methodinfo *analyse_stack(methodinfo *m);
+methodinfo *analyse_stack(codegendata *codegendata);
 
 void icmd_print_stack(methodinfo *m, stackptr s);
 char *icmd_builtin_name(functionptr bptr);