nasm.c: clean up pass exit logic
commitf7a9ecaffad2b8dea7171ebac16fe9703d1b58e1
authorH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jun 2009 22:34:32 +0000 (27 15:34 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jun 2009 22:34:32 +0000 (27 15:34 -0700)
treeb9fbc51eb1a2bca7b0d230c6a84f447d426563c0
parentd28f07f7e34e1201ebc3e62cc2cf38479908fb0b
nasm.c: clean up pass exit logic

Clean up the pass exit logic.  In particular, we had a whole routine
to do the same thing that the normal exit logic would do anyway if we
only would actually get there.

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