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 b3217a8 commit 77da464Copy full SHA for 77da464
src/runtime/sys_linux_ppc64x.s
@@ -231,7 +231,7 @@ noswitch:
231
// We won't get a nested signal.
232
MOVBZ runtime·iscgo(SB), R22
233
CMP R22, $0
234
- BNE nosaveg
+ BNE nosaveg
235
MOVD m_gsignal(R21), R22 // g.m.gsignal
236
237
BEQ nosaveg
@@ -245,7 +245,7 @@ noswitch:
245
246
MOVD $0, (R22) // clear g slot, R22 is unchanged by C code
247
248
- BL finish
+ JMP finish
249
250
nosaveg:
251
BL (CTR) // Call from VDSO
0 commit comments