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