mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
diagnostics: preserve compatibility with old objdump
This commit is contained in:
parent
53693a8d72
commit
1aae44005b
@ -507,7 +507,7 @@ bool symbol_manager::parse_sym_line(const char *line, uintptr_t &address, std::s
|
||||
*/
|
||||
|
||||
// first look for a (ty) entry
|
||||
const char *type = strstr(line, "(ty 20)");
|
||||
const char *type = strstr(line, "(ty ");
|
||||
if (type == nullptr)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user