mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Hopefully it is actually fixed this time :P
This commit is contained in:
parent
3e7bb1e046
commit
c8ef68bba9
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user