Refixed uninitialized data.

This commit is contained in:
Keith Kanios 2007-04-14 01:44:35 +00:00
parent df12db1f13
commit a2e9b953f8

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, (int32_t)NULL}};
NULL, NULL, NULL, NULL}};
struct reloc {
/* nasm internal data */