mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Fixed structure initialization issue.
This commit is contained in:
parent
a2e9b953f8
commit
3e7bb1e046
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user