summary refs log tree commit diff
path: root/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'arm64')
-rw-r--r--arm64/targ.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm64/targ.c b/arm64/targ.c
index 99c4347..33b14f4 100644
--- a/arm64/targ.c
+++ b/arm64/targ.c
@@ -26,6 +26,7 @@ arm64_memargs(int op)
 }
 
 Target T_arm64 = {
+	.name = "arm64",
 	.gpr0 = R0,
 	.ngpr = NGPR,
 	.fpr0 = V0,