mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
misc/omfdump.c: a few more COMENT record types
Recognize a few more COMENT record types by name. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
10c447c8f2
commit
7180a51f47
@ -165,6 +165,8 @@ static void dump_coment(uint8_t type, const uint8_t *data, size_t n)
|
||||
[0xdc] = "Date",
|
||||
[0xdd] = "Timestamp",
|
||||
[0xdf] = "User",
|
||||
[0xe3] = "Type definition",
|
||||
[0xe8] = "Filename",
|
||||
[0xe9] = "Dependency file",
|
||||
[0xff] = "Command line"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user