Skip to content

Commit 6e3e494

Browse files
committed
fix for arm64
1 parent 0db4915 commit 6e3e494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/arm64/stubs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ void HijackFrame::UpdateRegDisplay_Impl(const PREGDISPLAY pRD, bool updateFloats
772772

773773
pRD->volatileCurrContextPointers.X0 = &m_Args->X0;
774774
pRD->volatileCurrContextPointers.X1 = &m_Args->X1;
775-
pRD->volatileCurrContextPointers.X1 = &m_Args->X2;
775+
pRD->volatileCurrContextPointers.X2 = &m_Args->X2;
776776

777777
pRD->pCurrentContext->X19 = m_Args->X19;
778778
pRD->pCurrentContext->X20 = m_Args->X20;

0 commit comments

Comments
 (0)