diff options
Diffstat (limited to 'targ.c')
-rw-r--r-- | targ.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,9 +8,11 @@ struct target *targ; static struct target alltargs[] = { { .name = "x86_64", + .typewchar = &typeint, }, { .name = "aarch64", + .typewchar = &typeuint, }, }; |