Skip to content

Commit a07e287

Browse files
Copilotjhpohovey
andauthored
Narrow disassembly IR selection to ARM64
Agent-Logs-Url: https://github.com/microsoft/profile-explorer/sessions/73d867c4-8362-43ed-ab4f-a1772c3f20c6 Co-authored-by: jhpohovey <42473764+jhpohovey@users.noreply.github.com>
1 parent 6637378 commit a07e287

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ProfileExplorerCore/Compilers/ASM/DisassemblerSectionLoader.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ private static ICompilerIRInfo SelectIRInfo(ICompilerInfoProvider compilerInfo,
4343

4444
return binaryInfo?.Architecture switch {
4545
Machine.Arm64 => new ASMCompilerIRInfo(IRMode.ARM64),
46-
Machine.Arm => new ASMCompilerIRInfo(IRMode.ARM64),
4746
Machine.I386 => new ASMCompilerIRInfo(IRMode.x86_64),
4847
Machine.Amd64 => new ASMCompilerIRInfo(IRMode.x86_64),
4948
_ => compilerInfo.IR

0 commit comments

Comments
 (0)