Hopefully it is actually fixed this time :P

This commit is contained in:
Keith Kanios 2007-04-14 03:44:31 +00:00
parent 3e7bb1e046
commit c8ef68bba9

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