aboutsummaryrefslogtreecommitdiff
path: root/arm64
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2023-08-18 15:12:56 +0200
committerQuentin Carbonneaux <[email protected]>2023-08-18 15:12:56 +0200
commit36946a5142c40b733d25ea5ca469f7949ee03439 (patch)
tree3ee6583dc78c2f1c24264edc44953ca010d24b9f /arm64
parentbaf11b7175c468d3d9408d332b1c0d529a4957ee (diff)
file,loc become dbgfile,dbgloc
Diffstat (limited to 'arm64')
-rw-r--r--arm64/emit.c2
1 files changed, 1 insertions, 1 deletions
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;
}