mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
assemble: avoid redundant repetition in RESx warning message
Clean up the language in this warning message, so as not be so unnecessarily repetitive. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c5d40b3576
commit
e346b3b4a0
@ -1180,7 +1180,7 @@ static int64_t calcsize(int32_t segment, int64_t offset, int bits,
|
||||
" quantity of BSS space");
|
||||
else if (ins->oprs[0].opflags & OPFLAG_FORWARD)
|
||||
nasm_error(ERR_WARNING | ERR_PASS1,
|
||||
"forward reference in RESx can result in unpredictable results");
|
||||
"forward reference in RESx can have unpredictable results");
|
||||
else
|
||||
length += ins->oprs[0].offset;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user