mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Merge 09121c680b2ebb4d8cc5a12f2ad14e0b38c6c6af into 888d9ab55012d25059da81fed6575ef3a004726f
This commit is contained in:
commit
eda0c6aa8b
@ -409,8 +409,19 @@ dbg_pragma(const struct pragma *pragma)
|
||||
}
|
||||
|
||||
static const char * const types[] = {
|
||||
"unknown", "label", "byte", "word", "dword", "float", "qword", "tbyte"
|
||||
"unknown",
|
||||
"label",
|
||||
"byte",
|
||||
"word",
|
||||
"dword",
|
||||
"float",
|
||||
"qword",
|
||||
"tbyte",
|
||||
"oword",
|
||||
"yword",
|
||||
"zword",
|
||||
};
|
||||
|
||||
static void dbgdbg_init(void)
|
||||
{
|
||||
fprintf(ofile, "dbg init: debug information enabled\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user