nasm/disasm
H. Peter Anvin a73ccfebcc error: replace nasm_verror() indirection with preproc callback
Since pp_error_list_macros() was introduced, the only need for
pp_verror() is to suppress error messages in certain contexts. Replace
this function with a preprocessor callback,
preproc->pp_suppress_error(), so we can drop the nasm_verror()
function pointer entirely.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2019-08-28 19:02:47 -07:00
..
disasm.c Remove #includes already provided by "compiler.h" 2018-12-27 12:45:44 -08:00
disasm.h disasm: Fix buffer overread in ndisasm 2018-08-16 01:20:01 +03:00
ndisasm.c error: replace nasm_verror() indirection with preproc callback 2019-08-28 19:02:47 -07:00
sync.c Remove #includes already provided by "compiler.h" 2018-12-27 12:45:44 -08:00
sync.h disasm: Add support for 64-bit origin 2017-02-12 20:19:34 +03:00