narray first check in
[cacao.git] / jit / mcode.c
index 19d43519c20014c09142608657f26800215d7e8c..638101d4450ba2e54b4e06817101485aa92c2eaa 100644 (file)
@@ -323,9 +323,9 @@ static void mcode_finish(int mcodelen)
 
        jr = jumpreferences;
        while (jr != NULL) {
-               *((void**) (epoint + jr->tablepos)) = epoint + jr->target->mpc;
-               jr = jr->next;
-               }
+           *((void**) (epoint + jr->tablepos)) = epoint + jr->target->mpc;
+           jr = jr->next;
+           }
 }