* src/vm/jit/arm/codegen.c (codegen_emit_stub_native): Removed
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 26 Oct 2007 19:55:50 +0000 (21:55 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Fri, 26 Oct 2007 19:55:50 +0000 (21:55 +0200)
emit_patcher_traps call.

src/vm/jit/arm/codegen.c

index 8fd10e98aa255c88e8f1d07b51c58ec10d43878a..e2faf6df211116a7aa118496741cce054cbb3d26 100644 (file)
@@ -3087,10 +3087,6 @@ void codegen_emit_stub_native(jitdata *jd, methoddesc *nmd, functionptr f, int s
        disp = dseg_add_functionptr(cd, asm_handle_nat_exception);
        M_DSEG_LOAD(REG_ITMP3, disp);       /* load asm exception handler address */
        M_MOV(REG_PC, REG_ITMP3);           /* jump to asm exception handler      */
-
-       /* generate patcher stubs */
-
-       emit_patcher_traps(jd);
 }