file,loc become dbgfile,dbgloc

This commit is contained in:
Quentin Carbonneaux 2023-08-18 15:12:56 +02:00
parent baf11b7175
commit 36946a5142
7 changed files with 13 additions and 13 deletions

View file

@ -405,7 +405,7 @@ emitins(Ins *i, Fn *fn, FILE *f)
if (!req(i->to, R))
emitf("mv %=, sp", i, fn, f);
break;
case Oloc:
case Odbgloc:
emitdbgloc(i->arg[0].val, f);
break;
}