Fixed structure initialization issue.

This commit is contained in:
Keith Kanios 2007-04-14 01:49:07 +00:00
parent a2e9b953f8
commit 3e7bb1e046

View File

@ -88,7 +88,7 @@ static struct sectmap {
".data", "__DATA", "__data", S_REGULAR}, {
".rodata", "__DATA", "__const", S_REGULAR}, {
".bss", "__DATA", "__bss", S_ZEROFILL}, {
NULL, NULL, NULL, NULL}};
NULL, NULL, NULL, (int32_t*)NULL}};
struct reloc {
/* nasm internal data */