Skip to content

Commit 9e94b77

Browse files
fixed the clang-20 issue for ppc64le (#112777)
1 parent 931d75f commit 9e94b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/pal/src/arch/ppc64le/context2.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ LEAF_ENTRY RtlRestoreContext, _TEXT
137137
lfd %f31, CONTEXT_F31(%r3)
138138

139139
// Restore all general purpose registers
140-
ld %r0, CONTEXT_R0(%R3)
140+
ld %r0, CONTEXT_R0(%r3)
141141
ld %r1, CONTEXT_R1(%r3)
142142
ld %r2, CONTEXT_R2(%r3)
143143
ld %r4, CONTEXT_R4(%r3)

0 commit comments

Comments
 (0)