aboutsummaryrefslogtreecommitdiff
path: root/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'targ.c')
-rw-r--r--targ.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/targ.c b/targ.c
index 5a2f806..d079218 100644
--- a/targ.c
+++ b/targ.c
@@ -14,6 +14,10 @@ static struct target alltargs[] = {
.name = "aarch64",
.typewchar = &typeuint,
},
+ {
+ .name = "riscv64",
+ .typewchar = &typeint,
+ },
};
void