diff --git a/ndk/sources/android/libportable/arch-mips/_setjmp.S b/ndk/sources/android/libportable/arch-mips/_setjmp.S index 285ad7fd5..b05127614 100644 --- a/ndk/sources/android/libportable/arch-mips/_setjmp.S +++ b/ndk/sources/android/libportable/arch-mips/_setjmp.S @@ -185,8 +185,6 @@ LEAF(_longjmp_portable, FRAMESZ) move v0, a1 botch: - jal longjmperror - nop jal abort nop RESTORE_GP64 diff --git a/ndk/sources/android/libportable/arch-mips/setjmp.S b/ndk/sources/android/libportable/arch-mips/setjmp.S index 15329725e..fcfccec2b 100644 --- a/ndk/sources/android/libportable/arch-mips/setjmp.S +++ b/ndk/sources/android/libportable/arch-mips/setjmp.S @@ -140,7 +140,6 @@ NON_LEAF(WRAP(setjmp), FRAMESZ, ra) j ra botch: - jal longjmperror jal abort RESTORE_GP64 PTR_ADDU sp, FRAMESZ