* src/vm/jit/emit-common.c (emit_bc): Commented emit_branch call.
authortwisti <none@none>
Wed, 29 Nov 2006 20:34:02 +0000 (20:34 +0000)
committertwisti <none@none>
Wed, 29 Nov 2006 20:34:02 +0000 (20:34 +0000)
src/vm/jit/emit-common.c

index 02443d2515a41430b01c943eca2ee571f9e8476a..5dcc11519b3027cea117928216fb473cbb7bf543 100644 (file)
@@ -276,7 +276,9 @@ void emit_bc(codegendata *cd, basicblock *target, s4 condition)
                branchmpc = cd->mcodeptr - cd->mcodebase;
                disp      = target->mpc - branchmpc;
 
+#if 0
                emit_branch(cd, disp, condition);
+#endif
        }
        else {
                /* current mcodeptr is the correct position,