Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/coreclr/vm/amd64/jithelpers_fast.S
Original file line number Diff line number Diff line change
Expand Up @@ -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