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 9d0c179..b52c876 100644
--- a/targ.c
+++ b/targ.c
@@ -12,7 +12,7 @@ static const struct target alltargs[] = {
.typevalist = &(struct type){
.kind = TYPEARRAY,
.align = 8, .size = 24,
- .u.array = {1}, .base = &(struct type){
+ .base = &(struct type){
.kind = TYPESTRUCT,
.align = 8, .size = 24,
},