mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Merge 855d9d729243c43469f4be15351886ebd88c28f5 into 888d9ab55012d25059da81fed6575ef3a004726f
This commit is contained in:
commit
0cd6ac0065
@ -4739,7 +4739,7 @@ issue_error:
|
||||
}
|
||||
mmac = istk->mstk.mmac;
|
||||
if (!mmac) {
|
||||
nasm_nonfatal("`%s' invoked outside a macro call", dname);;
|
||||
nasm_nonfatal("`%s' invoked outside a macro call", dname);
|
||||
} else if (mmac->nparam == 0) {
|
||||
nasm_nonfatal("`%s' invoked within macro without parameters", dname);
|
||||
} else {
|
||||
|
@ -558,7 +558,7 @@ static void elf_init(void)
|
||||
saa_wbytes(strs, elf_module, strlen(elf_module)+1);
|
||||
strslen = 2 + strlen(elf_module);
|
||||
shstrtab = NULL;
|
||||
shstrtablen = shstrtabsize = 0;;
|
||||
shstrtablen = shstrtabsize = 0;
|
||||
add_sectname("", ""); /* SHN_UNDEF */
|
||||
|
||||
fwds = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user