aboutsummaryrefslogtreecommitdiff
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 4c2643a..8f1e149 100644
--- a/arm64/targ.c
+++ b/arm64/targ.c
@@ -40,6 +40,7 @@ arm64_memargs(int op)
.isel = arm64_isel, \
.abi1 = arm64_abi, \
.emitfn = arm64_emitfn, \
+ .cansel = 0, \
Target T_arm64 = {
.name = "arm64",