mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
another return fix in minic
This commit is contained in:
parent
1f2261b5a3
commit
5e0c991af9
@ -535,7 +535,7 @@ stmt(Stmt *s, int b)
|
|||||||
if (s->p3)
|
if (s->p3)
|
||||||
if (!(r &= stmt(s->p3, b)))
|
if (!(r &= stmt(s->p3, b)))
|
||||||
fprintf(of, "@l%d\n", l+2);
|
fprintf(of, "@l%d\n", l+2);
|
||||||
return r;
|
return s->p3 && r;
|
||||||
case While:
|
case While:
|
||||||
l = lbl;
|
l = lbl;
|
||||||
lbl += 3;
|
lbl += 3;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user