* src/vm/jit/mips/codegen.c (codegen_emit_stub_native): Removed
[cacao.git] / src / vm / jit / emit-common.h
index 0f4880ccfadf80381543fac8e480c60b0bb91431..11ba8f33038dbf1694fe302b9fafc0bc85fbda0b 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: emit-common.h 8265 2007-08-06 16:10:42Z twisti $
-
 */
 
 
@@ -174,10 +172,12 @@ void emit_branch(codegendata *cd, s4 disp, s4 condition, s4 reg, u4 options);
 
 void emit_arithmetic_check(codegendata *cd, instruction *iptr, s4 reg);
 void emit_arrayindexoutofbounds_check(codegendata *cd, instruction *iptr, s4 s1, s4 s2);
+void emit_arraystore_check(codegendata *cd, instruction *iptr);
 void emit_classcast_check(codegendata *cd, instruction *iptr, s4 condition, s4 reg, s4 s1);
 void emit_nullpointer_check(codegendata *cd, instruction *iptr, s4 reg);
 void emit_exception_check(codegendata *cd, instruction *iptr);
 
+void emit_trap_compiler(codegendata *cd);
 uint32_t emit_trap(codegendata *cd);
 
 void emit_patcher_stubs(jitdata *jd);