Skip to content

Commit

Permalink
fix build with tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 6, 2023
1 parent 2252e04 commit ea51204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdyld/dyld.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ dyld_resolve_symbol_in_obj(struct dyld_object *refobj, struct dyld_object *obj,
xlog_trace("dyld: resolved %s %.*s %.*s -> %.*s idx %" PRIu32
" addr %08" PRIx32,
symtype_str(symtype), CSTR(refobj->name), CSTR(sym),
CSTR(obj->name), ed->idx, addr);
CSTR(obj->name), idx, addr);
*resultp = addr;
return 0;
}
Expand Down

0 comments on commit ea51204

Please sign in to comment.