preproc: don't call nasm_error_hold_push() twice
commitc44709c964fe3ebccb63eeea6050076ad89cd333
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 4 Jun 2020 23:19:01 +0000 (4 16:19 -0700)
committerH. Peter Anvin (Intel) <hpa@zytor.com>
Thu, 4 Jun 2020 23:19:01 +0000 (4 16:19 -0700)
treed9e4d36edf4df28b99cdb316dde5f6897d27ac77
parent4964d80fe48582c95b88dd84d8e9d4e5a17c1de2
preproc: don't call nasm_error_hold_push() twice

We must not call nasm_error_hold_push() twice... the obvious
leak of the error stack caused all kinds of errors to be suppressed.

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