aboutsummaryrefslogtreecommitdiff
path: root/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'targ.c')
-rw-r--r--targ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/targ.c b/targ.c
index 2ffcd3e..8402b97 100644
--- a/targ.c
+++ b/targ.c
@@ -7,7 +7,7 @@ const struct target *targ;
static const struct target alltargs[] = {
{
- .name = "x86_64",
+ .name = "x86_64-sysv",
.typewchar = &typeint,
.typevalist = &(struct type){
.kind = TYPEARRAY,