drop over-zealous offset accumulation

This commit is contained in:
Quentin Carbonneaux 2024-04-11 10:22:28 +02:00
parent 2d046a0ac6
commit 8e8f706436

View file

@ -734,7 +734,7 @@ amatch(Addr *a, Num *tn, Ref r, Fn *fn)
memset(&co, 0, sizeof co);
ro = v[0];
rb = adisp(&co, tn, v[1], fn);
ri = adisp(&co, tn, v[2], fn);
ri = v[2];
rs = v[3];
s = 1;