diff --git a/src/runtime/asm_ppc64x.s b/src/runtime/asm_ppc64x.s index 87076817f9..21ed2bfcfd 100644 --- a/src/runtime/asm_ppc64x.s +++ b/src/runtime/asm_ppc64x.s @@ -519,9 +519,6 @@ again: // the BL deferreturn and jmpdefer rewinds to that. TEXT runtime·jmpdefer(SB), NOSPLIT|NOFRAME, $0-16 MOVD 0(R1), R31 -#ifdef GOOS_aix - MOVD 16(R31), R31 // caller LR is on the previous stack frame on AIX -#endif SUB $8, R31 MOVD R31, LR