Additional ERR_PANIC/ERR_FATAL -> nasm_panic/nasm_fatal changes
commitd6d1b658263a035beb592a794184bf2e0ea1ef01
authorH. Peter Anvin <hpa@zytor.com>
Thu, 3 Mar 2016 22:36:01 +0000 (3 14:36 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 3 Mar 2016 23:22:03 +0000 (3 15:22 -0800)
tree9a6c98cc2437cdc2dbbff71174bd3ea48f2d20ab
parent215186fe82c461bc1ccef7bed5c1a1a0253bfcc9
Additional ERR_PANIC/ERR_FATAL -> nasm_panic/nasm_fatal changes

Additional places where we can change ERR_PANIC and ERR_FATAL to
nasm_panic and nasm_fatal.  Note that nasm_panic and nasm_fatal should
*aways* be expected to be fatal; they should never be used in a
suppressed context.  It is critical that we verify that this doesn't
break anything.

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