Skip to content

Commit

Permalink
Fix outerloop build break (#65027)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored Feb 8, 2022
1 parent 826896f commit da5888a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit da5888a

Please sign in to comment.