mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
debug: collect macro information for the debug backend
Collect macro call/nesting information for the benefit of the debug back end. So far, the only backend for which this is provided is the debug back end, to show what information is present. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
@@ -64,6 +64,7 @@ const struct dfmt df_cv8 = {
|
||||
cv8_init, /* .init */
|
||||
cv8_linenum, /* .linenum */
|
||||
cv8_deflabel, /* .debug_deflabel */
|
||||
NULL, /* .debug_macros */
|
||||
null_debug_directive, /* .debug_directive */
|
||||
cv8_typevalue, /* .debug_typevalue */
|
||||
cv8_output, /* .debug_output */
|
||||
|
Reference in New Issue
Block a user