1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Apply 7409767 from libbacktrace.

This commit is contained in:
Bartosz Taudul 2022-07-20 00:41:22 +02:00
parent fca8a7707d
commit 8ccfe93044
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -1271,7 +1271,7 @@ backtrace_initialize (struct backtrace_state *state, const char *filename,
mff = macho_nodebug;
if (!macho_add (state, name, d, 0, NULL, base_address, 0,
error_callback, data, &mff, &mfs))
return 0;
continue;
if (mff != macho_nodebug)
macho_fileline_fn = mff;