* src/vm/jit/stack.c (new_stack_analyse): Set stackslot SAVEDVAR for
[cacao.git] / src / vm / builtin.h
index 9ee4e6b783d1450a9c4bb2c6108d742bbfa5ffa3..1859a497f4f88fe44f8affaf4afbf786ab6caeaf 100644 (file)
@@ -29,7 +29,7 @@
    Changes: Edwin Steiner
             Christian Thalinger
 
-   $Id: builtin.h 5308 2006-09-05 11:16:06Z edwin $
+   $Id: builtin.h 5332 2006-09-05 19:38:28Z twisti $
 
 */
 
@@ -95,7 +95,7 @@ bool builtin_init(void);
 builtintable_entry *builtintable_get_internal(functionptr fp);
 builtintable_entry *builtintable_get_automatic(s4 opcode);
 
-bool builtintable_replace_function(new_instruction *iptr);
+bool builtintable_replace_function(instruction *iptr);
 
 
 /**********************************************************************/