arg reg bug fixed, array optimizations
[cacao.git] / jit / mcode.c
index ce460184bc360eb0002515d69f8bfe8a8071e453..19d43519c20014c09142608657f26800215d7e8c 100644 (file)
@@ -326,11 +326,6 @@ static void mcode_finish(int mcodelen)
                *((void**) (epoint + jr->tablepos)) = epoint + jr->target->mpc;
                jr = jr->next;
                }
-
-#ifdef CACHE_FLUSH_BLOCK
-       synchronize_caches(method->mcode, (mcodelen>>2));
-#endif
-       
 }