mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
diagnostics: fix symbol backtrace with current objdump
This commit is contained in:
parent
fc29f5c1f8
commit
a94d699cf8
@ -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 20)");
|
||||
if (type == nullptr)
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user