[AArch64] amend the disassembly comment for the instruction. (#75241)
authorQiao Pengcheng <qiaopengcheng@loongson.cn>
Thu, 8 Sep 2022 04:04:25 +0000 (12:04 +0800)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 04:04:25 +0000 (21:04 -0700)
src/coreclr/vm/arm64/stubs.cpp

index e7c7309..5f8673b 100644 (file)
@@ -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;