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

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