summary refs log tree commit diff
path: root/arm64/emit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm64/emit.c')
-rw-r--r--arm64/emit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm64/emit.c b/arm64/emit.c
index ee1593f..5ca6e79 100644
--- a/arm64/emit.c
+++ b/arm64/emit.c
@@ -446,6 +446,9 @@ emitins(Ins *i, E *e)
 		if (!req(i->to, R))
 			emitf("mov %=, sp", i, e);
 		break;
+	case Oloc:
+		emitdbgloc(i->arg[0].val, e->f);
+		break;
 	}
 }