mirror of
https://github.com/holub/mame
synced 2025-07-06 18:39:28 +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
|
// first look for a (ty) entry
|
||||||
const char *type = strstr(line, "(ty 20)");
|
const char *type = strstr(line, "(ty 20)");
|
||||||
if (type == nullptr)
|
if (type == nullptr)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user