diff options
author | Quentin Carbonneaux <quentin@c9x.me> | 2023-08-18 15:12:56 +0200 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2023-08-18 15:12:56 +0200 |
commit | 36946a5142c40b733d25ea5ca469f7949ee03439 (patch) | |
tree | 3ee6583dc78c2f1c24264edc44953ca010d24b9f /arm64 | |
parent | baf11b7175c468d3d9408d332b1c0d529a4957ee (diff) | |
download | roux-36946a5142c40b733d25ea5ca469f7949ee03439.tar.gz |
file,loc become dbgfile,dbgloc
Diffstat (limited to 'arm64')
-rw-r--r-- | arm64/emit.c | 2 |
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; } |