mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
outelf.c: fix a typo in previous commit
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
e4303ee7f1
commit
230db148a3
@ -3139,7 +3139,7 @@ static void dwarf_generate(void)
|
||||
saa_write8(pabbrev,DW_FORM_data4);
|
||||
saa_write16(pabbrev,0); /* end of entry */
|
||||
/* Terminal zero entry */
|
||||
saa_write8(paddrev,0);
|
||||
saa_write8(pabbrev,0);
|
||||
abbrevlen = saalen = pabbrev->datalen;
|
||||
abbrevbuf = pbuf = nasm_malloc(saalen);
|
||||
saa_rnbytes(pabbrev, pbuf, saalen);
|
||||
|
Loading…
Reference in New Issue
Block a user