mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
oops, stupid swap in a printf
This commit is contained in:
parent
30eced928c
commit
d1c348bf15
@ -224,7 +224,7 @@ Scale:
|
|||||||
if (irtyp(r->ctyp) != 'l')
|
if (irtyp(r->ctyp) != 'l')
|
||||||
sext(r);
|
sext(r);
|
||||||
sz = SIZE(DREF(l->ctyp));
|
sz = SIZE(DREF(l->ctyp));
|
||||||
fprintf(of, "\t%%t%d =l mul %d, ", sz, tmp);
|
fprintf(of, "\t%%t%d =l mul %d, ", tmp, sz);
|
||||||
psymb(*r);
|
psymb(*r);
|
||||||
fprintf(of, "\n");
|
fprintf(of, "\n");
|
||||||
r->u.n = tmp++;
|
r->u.n = tmp++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user