From cbf446ee85f4c51b322da4c45537eba7b8d177dc Mon Sep 17 00:00:00 2001 From: twisti Date: Wed, 29 Nov 2006 20:34:02 +0000 Subject: [PATCH] * src/vm/jit/emit-common.c (emit_bc): Commented emit_branch call. --- src/vm/jit/emit-common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vm/jit/emit-common.c b/src/vm/jit/emit-common.c index 02443d251..5dcc11519 100644 --- a/src/vm/jit/emit-common.c +++ b/src/vm/jit/emit-common.c @@ -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, -- 2.25.1