mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Add missing static declaration in output/outdbg.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
443b8e9b5f
commit
895ac7e53f
@ -206,7 +206,7 @@ static int dbg_set_info(enum geninfo type, char **val)
|
||||
char *types[] = {
|
||||
"unknown", "label", "byte", "word", "dword", "float", "qword", "tbyte"
|
||||
};
|
||||
void dbgdbg_init(void)
|
||||
static void dbgdbg_init(void)
|
||||
{
|
||||
fprintf(ofile, " With debug info\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user