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
2 changes: 1 addition & 1 deletion src/coreclr/vm/arm64/asmhelpers.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,8 @@ JIT_PollGCRarePath
PROLOG_WITH_TRANSITION_BLOCK

INLINE_GETTHREAD x20, x19
cbz x20, NoManagedThreadOrCallStub
mov x19, METHODDESC_REGISTER ; x19 contains IR bytecode address
cbz x20, NoManagedThreadOrCallStub

ldr x11, [x20, #OFFSETOF__Thread__m_pInterpThreadContext]
cbnz x11, HaveInterpThreadContext
Expand Down
Loading