0
0
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:
GabrielBarrantes 2025-06-07 18:09:46 -06:00 committed by GitHub
commit eda0c6aa8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,8 +409,19 @@ dbg_pragma(const struct pragma *pragma)
} }
static const char * const types[] = { 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) static void dbgdbg_init(void)
{ {
fprintf(ofile, "dbg init: debug information enabled\n"); fprintf(ofile, "dbg init: debug information enabled\n");