Skip to content

Commit

Permalink
[AArch64] amend the disassembly comment for the instruction. (#75241)
Browse files Browse the repository at this point in the history
  • Loading branch information
shushanhf committed Sep 8, 2022
1 parent 31bdc77 commit 085ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/arm64/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ PCODE DynamicHelpers::CreateDictionaryLookupHelper(LoaderAllocator * pAllocator,
*(DWORD*)p = 0xd280000a | ((UINT32)slotOffset << 5); p += 4;
dataOffset -= 4;

// cmp x9,x10
// cmp x11,x10
*(DWORD*)p = 0xeb0a017f; p += 4;
dataOffset -= 4;

Expand Down

0 comments on commit 085ea71

Please sign in to comment.