From da5888aa4d7f8cac2519d5d35d7d8f59385fc6e8 Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Wed, 9 Feb 2022 00:04:51 +0100 Subject: [PATCH] Fix outerloop build break (#65027) --- src/coreclr/vm/amd64/jithelpers_fast.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/vm/amd64/jithelpers_fast.S b/src/coreclr/vm/amd64/jithelpers_fast.S index 42eb50836a526..63167ae2ae0d8 100644 --- a/src/coreclr/vm/amd64/jithelpers_fast.S +++ b/src/coreclr/vm/amd64/jithelpers_fast.S @@ -453,7 +453,7 @@ LEAF_ENTRY JIT_ValidateIndirectCall, _TEST LEAF_END JIT_ValidateIndirectCall, _TEST LEAF_ENTRY JIT_DispatchIndirectCall, _TEST - mov r10, 0xCDCDCDCDCDCDCDCD // The real helper clobbers these registers, so clobber them too in the fake helper - mov r11, 0xCDCDCDCDCDCDCDCD + movabs r10, 0xCDCDCDCDCDCDCDCD // The real helper clobbers these registers, so clobber them too in the fake helper + movabs r11, 0xCDCDCDCDCDCDCDCD rex64 jmp rax LEAF_END JIT_DispatchIndirectCall, _TEST