We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65de2a5 commit 8e58225Copy full SHA for 8e58225
utils/cmpcodesize/cmpcodesize/compare.py
@@ -76,7 +76,7 @@ def read_sizes(sect_sizes, seg_sizes, file_name, function_details,
76
if arch_match:
77
if arch is None:
78
arch = arch_match.group(1)
79
- if "arm64" in arch:
+ if "arm64" == arch:
80
arch = "arm64"
81
if arch is not None:
82
cmd = ["otool", "-arch", arch]
0 commit comments