Fix parsing of long options; actually warn on bad limit
commitc805fd774d845deab3dcbb29c5a155567de160a6
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 12 Jun 2018 21:23:05 +0000 (12 14:23 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 12 Jun 2018 21:23:05 +0000 (12 14:23 -0700)
tree6494e3af2e958d573da0c4894f884bd4b167229c
parent987dc9c9dbe36601789aae4552a7c0ceb1ca0852
Fix parsing of long options; actually warn on bad limit

Fix the parsing of long options (arguments with = broke things.)

Actually issue a warning if we specify a wrong limit on the command
line.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/nasm.c