aboutsummaryrefslogtreecommitdiff
path: root/rv64
diff options
context:
space:
mode:
Diffstat (limited to 'rv64')
-rw-r--r--rv64/targ.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rv64/targ.c b/rv64/targ.c
index c0e5e18..fc6632c 100644
--- a/rv64/targ.c
+++ b/rv64/targ.c
@@ -50,6 +50,7 @@ Target T_rv64 = {
.emitfn = rv64_emitfn,
.emitfin = elf_emitfin,
.asloc = ".L",
+ .cansel = 0,
};
MAKESURE(rsave_size_ok, sizeof rv64_rsave == (NGPS+NFPS+1) * sizeof(int));