aboutsummaryrefslogtreecommitdiff
path: root/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'targ.c')
-rw-r--r--targ.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/targ.c b/targ.c
index a3fd2f0..5a2f806 100644
--- a/targ.c
+++ b/targ.c
@@ -8,9 +8,11 @@ struct target *targ;
static struct target alltargs[] = {
{
.name = "x86_64",
+ .typewchar = &typeint,
},
{
.name = "aarch64",
+ .typewchar = &typeuint,
},
};