diff options
Diffstat (limited to 'amd64/emit.c')
| -rw-r--r-- | amd64/emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/emit.c b/amd64/emit.c index 51d1a5c..9636209 100644 --- a/amd64/emit.c +++ b/amd64/emit.c @@ -293,7 +293,7 @@ Next: if (rtype(m->base) == RSlot) { off.type = CBits; off.bits.i = slot(m->base, fn); - addcon(&m->offset, &off); + addcon(&m->offset, &off, 1); m->base = TMP(RBP); } if (m->offset.type != CUndef) |
