diff options
Diffstat (limited to 'targ.c')
-rw-r--r-- | targ.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ static struct target alltargs[] = { .name = "aarch64", .typewchar = &typeuint, }, + { + .name = "riscv64", + .typewchar = &typeint, + }, }; void |