Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Small fix in the crash report text formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Oct 19, 2013
1 parent c8c0feb commit 5d6c405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BITCrashReportTextFormatter.m
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ + (NSString *)stringValueForCrashReport:(BITPLCrashReport *)report crashReporter
/* Remap register names to match Apple's crash reports */
NSString *regName = reg.registerName;
if (report.machineInfo != nil && report.machineInfo.processorInfo.typeEncoding == PLCrashReportProcessorTypeEncodingMach) {
PLCrashReportProcessorInfo *pinfo = report.machineInfo.processorInfo;
BITPLCrashReportProcessorInfo *pinfo = report.machineInfo.processorInfo;
cpu_type_t arch_type = pinfo.type & ~CPU_ARCH_MASK;

/* Apple uses 'ip' rather than 'r12' on ARM */
Expand Down

0 comments on commit 5d6c405

Please sign in to comment.