X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Femit-common.hpp;h=b96bc08ea213fe19a7c355b3dfde5cdf9d8f6ae5;hb=219e4a46e3d127d3c0883ee2e8635b4fe3c94d60;hp=02e90d6b7c900ed353c7ff5bf939f13b678ff4cd;hpb=5fd66d7079226750d364952b1b305d97e38f808b;p=cacao.git diff --git a/src/vm/jit/emit-common.hpp b/src/vm/jit/emit-common.hpp index 02e90d6b7..b96bc08ea 100644 --- a/src/vm/jit/emit-common.hpp +++ b/src/vm/jit/emit-common.hpp @@ -164,6 +164,7 @@ void emit_label_br(codegendata *cd, s4 label); #if SUPPORT_BRANCH_CONDITIONAL_ONE_INTEGER_REGISTER void emit_label_beqz(codegendata *cd, s4 label, s4 reg); +void emit_label_bnez(codegendata *cd, s4 label, s4 reg); #endif #if SUPPORT_BRANCH_CONDITIONAL_CONDITION_REGISTER