Skip to content

Commit

Permalink
fix vision pro unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Sep 12, 2023
1 parent e475fd6 commit e35b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ struct FIRCLSMachOSlice FIRCLSMachOSliceWithHeader(void* machHeader) {

return archInfo->name;
#else
const char* archname = macho_arch_name_for_mach_header(NULL);
const char* archname = macho_arch_name_for_mach_header(slice->startAddress);

if (!archname) {
return "unknown";
Expand Down

0 comments on commit e35b3b4

Please sign in to comment.