Better description of the number-overflow warning
commit9a65f71d64d037092025c1e6ef051b1167a725a9
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Oct 2008 15:59:04 +0000 (26 08:59 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Oct 2008 15:59:04 +0000 (26 08:59 -0700)
tree77101e25787639031ef56542fcadd3343e6e4db7
parent6f4e92b760091ff8fcb0e0075c9478c31d0a86ec
Better description of the number-overflow warning

Better grammar and fix incorrect description of the number-overflow
warning (it is not just limited to 64-bit arithmetic overflow, it also
triggers when trying to squeeze in a value which is too large into an
immediate.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.c