From 36946a5142c40b733d25ea5ca469f7949ee03439 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 18 Aug 2023 15:12:56 +0200 Subject: file,loc become dbgfile,dbgloc --- arm64/emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm64') diff --git a/arm64/emit.c b/arm64/emit.c index 5ca6e79..78a0358 100644 --- a/arm64/emit.c +++ b/arm64/emit.c @@ -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; } -- cgit 1.4.1