* src/vm/jit/stack.h (REQUIRE_1, REQUIRE_2, REQUIRE_3, REQUIRE_4):
[cacao.git] / src / vm / jit / codegen-common.h
index 42cdd1fea08f9584537906d50e82f84dc3c88bf8..9c6c5a95f811c488d9e4587bc813b06874809ce9 100644 (file)
@@ -29,7 +29,7 @@
    Changes: Christian Ullrich
             Edwin Steiner
 
-   $Id: codegen-common.h 5295 2006-09-05 09:59:53Z edwin $
+   $Id: codegen-common.h 5435 2006-09-08 18:14:50Z edwin $
 
 */
 
@@ -198,8 +198,8 @@ u1 *intrp_createnativestub(functionptr f, jitdata *jd, methoddesc *md);
 void removecompilerstub(u1 *stub);
 void removenativestub(u1 *stub);
 
-s4 codegen_reg_of_var(registerdata *rd, u2 opcode, stackptr v, s4 tempregnum);
-s4 codegen_reg_of_dst(jitdata *jd, new_instruction *iptr, s4 tempregnum);
+s4 codegen_reg_of_var(u2 opcode, varinfo *v, s4 tempregnum);
+s4 codegen_reg_of_dst(jitdata *jd, instruction *iptr, s4 tempregnum);
 
 #if defined(ENABLE_THREADS)
 void codegen_threadcritrestart(codegendata *cd, int offset);