Merged revisions 8299-8320 via svnmerge from
[cacao.git] / src / vm / jit / emit-common.h
index 99c4b7216113d2fc0c6a64fcf2f3aa9151775884..0f4880ccfadf80381543fac8e480c60b0bb91431 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: emitfuncs.c 4398 2006-01-31 23:43:08Z twisti $
+   $Id: emit-common.h 8265 2007-08-06 16:10:42Z twisti $
 
 */
 
@@ -178,6 +178,8 @@ void emit_classcast_check(codegendata *cd, instruction *iptr, s4 condition, s4 r
 void emit_nullpointer_check(codegendata *cd, instruction *iptr, s4 reg);
 void emit_exception_check(codegendata *cd, instruction *iptr);
 
+uint32_t emit_trap(codegendata *cd);
+
 void emit_patcher_stubs(jitdata *jd);
 void emit_patcher_traps(jitdata *jd);