aboutsummaryrefslogtreecommitdiff
path: root/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'targ.c')
-rw-r--r--targ.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/targ.c b/targ.c
index 7e43555..2ffcd3e 100644
--- a/targ.c
+++ b/targ.c
@@ -10,10 +10,10 @@ static const struct target alltargs[] = {
.name = "x86_64",
.typewchar = &typeint,
.typevalist = &(struct type){
- .kind = TYPEARRAY, .prop = PROPOBJECT|PROPDERIVED|PROPAGGR,
+ .kind = TYPEARRAY,
.align = 8, .size = 24,
.u.array = {1}, .base = &(struct type){
- .kind = TYPESTRUCT, .prop = PROPOBJECT|PROPAGGR,
+ .kind = TYPESTRUCT,
.align = 8, .size = 24,
},
},
@@ -22,7 +22,7 @@ static const struct target alltargs[] = {
{
.name = "aarch64",
.typevalist = &(struct type){
- .kind = TYPESTRUCT, .prop = PROPOBJECT|PROPAGGR,
+ .kind = TYPESTRUCT,
.align = 8, .size = 32,
.u.structunion.tag = "va_list",
},
@@ -31,7 +31,7 @@ static const struct target alltargs[] = {
{
.name = "riscv64",
.typevalist = &(struct type){
- .kind = TYPEPOINTER, .prop = PROPOBJECT|PROPDERIVED|PROPSCALAR,
+ .kind = TYPEPOINTER, .prop = PROPSCALAR,
.align = 8, .size = 8,
.base = &typevoid,
},