summary refs log tree commit diff
path: root/rv64/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'rv64/targ.c')
-rw-r--r--rv64/targ.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rv64/targ.c b/rv64/targ.c
index 9360cf7..70701db 100644
--- a/rv64/targ.c
+++ b/rv64/targ.c
@@ -47,6 +47,8 @@ Target T_rv64 = {
 	.abi = rv64_abi,
 	.isel = rv64_isel,
 	.emitfn = rv64_emitfn,
+	.emitfin = elf_emitfin,
+	.asloc = ".L",
 };
 
 MAKESURE(rsave_size_ok, sizeof rv64_rsave == (NGPS+NFPS+1) * sizeof(int));