* src/vm/jit/emit-common.c (emit_bc): Temporary compile fix
authortwisti <none@none>
Tue, 28 Nov 2006 22:36:47 +0000 (22:36 +0000)
committertwisti <none@none>
Tue, 28 Nov 2006 22:36:47 +0000 (22:36 +0000)
src/vm/jit/emit-common.c

index 2d89ea1e35338d9d8eac3d715af23d92d24d39a9..02443d2515a41430b01c943eca2ee571f9e8476a 100644 (file)
@@ -282,7 +282,9 @@ void emit_bc(codegendata *cd, basicblock *target, s4 condition)
                /* current mcodeptr is the correct position,
                   afterwards emit the NOPs */
 
+#if 0
                codegen_add_branch_ref(cd, target, condition);
+#endif
 
                /* generate NOPs as placeholder for branch code */
                /* XXX if recompile-with-long-branches */