From 62122a089b14df549617c4b921436f8552da192f Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Tue, 8 Feb 2022 22:45:41 +0100 Subject: [PATCH] Fix outerloop build break --- 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 42eb50836a526b..63167ae2ae0d85 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