src/vm/jit/powerpc64/md.c (md_get_method_patch_address): Fixed opcodes in
[cacao.git] / src / vm / jit / asmpart.h
index d23da4b69f1ddbd14b0bfa1a5b7c61836725f933..9d74b0592c7b2c4aa56084a9c2943dfa743e80d8 100644 (file)
@@ -30,7 +30,7 @@
    Changes: Christian Thalinger
             Edwin Steiner
 
-   $Id: asmpart.h 4921 2006-05-15 14:24:36Z twisti $
+   $Id: asmpart.h 5145 2006-07-17 11:48:38Z twisti $
 
 */
 
@@ -137,8 +137,11 @@ void asm_handle_exception(void);
 void asm_handle_nat_exception(void);
 #endif
 
+/* stub for throwing AbstractMethodError's */
+void asm_abstractmethoderror(void);
+
 /* wrapper for code patching functions */
-void asm_wrapper_patcher(void);
+void asm_patcher_wrapper(void);
 
 /* functions for on-stack replacement */
 void asm_replacement_out(void);