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:
H. Peter Anvin 2016-10-03 22:45:23 -07:00
parent c5d40b3576
commit e346b3b4a0

View File

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