0
0
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:
Elyes HAOUAS 2024-11-20 22:37:06 +00:00 committed by GitHub
commit 0cd6ac0065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;