fixed wrong code for for-loop
authorceriel <none@none>
Thu, 12 Oct 1989 11:10:48 +0000 (11:10 +0000)
committerceriel <none@none>
Thu, 12 Oct 1989 11:10:48 +0000 (11:10 +0000)
lang/pc/comp/body.c

index a2b02b4..2bd8a28 100644 (file)
@@ -284,6 +284,7 @@ CodeEndFor(nd, stepsize, l1, l2, tmp2)
 
        /* Exit label */
        C_df_ilb(l2);
+       C_asp(int_size);
 }
 
 WithStat(nd)