aboutsummaryrefslogtreecommitdiff
path: root/arm64
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2022-03-15 22:29:09 +0100
committerQuentin Carbonneaux <[email protected]>2022-03-15 22:30:34 +0100
commit2416d291417954a1fd7f4945a100f2c125d4d9a6 (patch)
tree24fcd3478d1f8c654747684aca3822b053dc022e /arm64
parentda36b211ab9f0d00b0128d9daaf32eba5ab5e56e (diff)
new -t? flag to print default target
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,