aboutsummaryrefslogtreecommitdiff
path: root/rv64
diff options
context:
space:
mode:
Diffstat (limited to 'rv64')
-rw-r--r--rv64/targ.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rv64/targ.c b/rv64/targ.c
index 70701db..c0e5e18 100644
--- a/rv64/targ.c
+++ b/rv64/targ.c
@@ -44,7 +44,8 @@ Target T_rv64 = {
.retregs = rv64_retregs,
.argregs = rv64_argregs,
.memargs = rv64_memargs,
- .abi = rv64_abi,
+ .abi0 = elimsb,
+ .abi1 = rv64_abi,
.isel = rv64_isel,
.emitfn = rv64_emitfn,
.emitfin = elf_emitfin,