Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1
commit00835fec0e02492f8d65d83d48e4729750bd0ce6
authorH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jan 2008 07:03:57 +0000 (8 23:03 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 9 Jan 2008 07:03:57 +0000 (8 23:03 -0800)
treea6d2b9dc46a421b85965155390950eaef045f89e
parent34ec30064302bdbd1202b23053af5811f8a6f9da
Sanitize the pass logic, and only issue PASS1 warnings on pass0 == 1

For PASS1 warnings, only do them when pass0 == 1.  The prior passes
are to be considered training passes.  This is a bit awkward if we
then hit an error, but it's better than n repeated warnings.
nasm.c
nasm.h