Skip to content

Commit

Permalink
Avoid failing early when we cannot find symbols on macho
Browse files Browse the repository at this point in the history
  • Loading branch information
tkonolige committed Mar 16, 2021
1 parent 4f57c99 commit cf9ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macho.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,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;
Expand Down

0 comments on commit cf9ffa6

Please sign in to comment.