nasm.c: correctly print errors once committed; assert errhold_stack empty
commit283bc92a92b71904ee7d3769ea94e452ee353178
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 4 Jun 2020 23:19:51 +0000 (4 16:19 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 4 Jun 2020 23:19:51 +0000 (4 16:19 -0700)
tree54d3b4f396cf1b157d9c254afd0e6e88b42d9b78
parentc44709c964fe3ebccb63eeea6050076ad89cd333
nasm.c: correctly print errors once committed; assert errhold_stack empty

Properly format the error messages when we print them (oops!)

The errhold_stack should be empty after each pass. It may even be
worthwhile to make sure it is empty after each *line*, but do this
for now.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
asm/nasm.c