mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
drop over-zealous offset accumulation
This commit is contained in:
parent
2d046a0ac6
commit
8e8f706436
@ -734,7 +734,7 @@ amatch(Addr *a, Num *tn, Ref r, Fn *fn)
|
|||||||
memset(&co, 0, sizeof co);
|
memset(&co, 0, sizeof co);
|
||||||
ro = v[0];
|
ro = v[0];
|
||||||
rb = adisp(&co, tn, v[1], fn);
|
rb = adisp(&co, tn, v[1], fn);
|
||||||
ri = adisp(&co, tn, v[2], fn);
|
ri = v[2];
|
||||||
rs = v[3];
|
rs = v[3];
|
||||||
s = 1;
|
s = 1;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user