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

@ -547,7 +547,7 @@ emitins(Ins i, Fn *fn, FILE *f)
emitcopy(i.arg[0], i.arg[1], i.cls, fn, f);
emitcopy(i.arg[1], TMP(XMM0+15), i.cls, fn, f);
break;
case Oloc:
case Odbgloc:
emitdbgloc(i.arg[0].val, f);
break;
}

View file

@ -392,7 +392,7 @@ sel(Ins i, ANum *an, Fn *fn)
case_Oload:
seladdr(&i.arg[0], an, fn);
goto Emit;
case Oloc:
case Odbgloc:
case Ocall:
case Osalloc:
case Ocopy: