Zero out the initial header instoptions.

This commit is contained in:
Eric Anholt 2006-08-24 12:36:56 -07:00 committed by Damien Lespiau
parent 2093218bcd
commit e609d6ba93

View File

@ -516,6 +516,9 @@ instoption_list: instoption instoption_list
} }
} }
| /* empty, header defaults to zeroes. */ | /* empty, header defaults to zeroes. */
{
bzero(&$$, sizeof($$));
}
; ;
/* XXX: fill me in. alignctrl, comprctrl, threadctrl, depctrl, maskctrl, /* XXX: fill me in. alignctrl, comprctrl, threadctrl, depctrl, maskctrl,