We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931d75f commit 9e94b77Copy full SHA for 9e94b77
src/coreclr/pal/src/arch/ppc64le/context2.S
@@ -137,7 +137,7 @@ LEAF_ENTRY RtlRestoreContext, _TEXT
137
lfd %f31, CONTEXT_F31(%r3)
138
139
// Restore all general purpose registers
140
- ld %r0, CONTEXT_R0(%R3)
+ ld %r0, CONTEXT_R0(%r3)
141
ld %r1, CONTEXT_R1(%r3)
142
ld %r2, CONTEXT_R2(%r3)
143
ld %r4, CONTEXT_R4(%r3)
0 commit comments