diff options
Diffstat (limited to 'rv64/isel.c')
| -rw-r--r-- | rv64/isel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rv64/isel.c b/rv64/isel.c index 1fcf60c..8921a07 100644 --- a/rv64/isel.c +++ b/rv64/isel.c @@ -44,7 +44,7 @@ fixarg(Ref *r, int k, Ins *i, Fn *fn) n = stashbits(&c->bits, KWIDE(k) ? 8 : 4); vgrow(&fn->con, ++fn->ncon); c = &fn->con[fn->ncon-1]; - sprintf(buf, "%sfp%d", T.asloc, n); + sprintf(buf, "\"%sfp%d\"", T.asloc, n); *c = (Con){.type = CAddr}; c->sym.id = intern(buf); emit(Oload, k, r1, CON(c-fn->con), R); |
