mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
coff: Cover 'else' with cond compilation
It was a nit in first place. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
1a824c2182
commit
2672af7379
@ -842,8 +842,8 @@ static inline void coff_adjust_relocs(struct Section *s)
|
||||
{
|
||||
if (s->nrelocs < IMAGE_SCN_MAX_RELOC)
|
||||
return;
|
||||
else
|
||||
#ifdef OF_COFF
|
||||
else
|
||||
{
|
||||
if (ofmt == &of_coff)
|
||||
nasm_error(ERR_FATAL,
|
||||
|
Loading…
Reference in New Issue
Block a user