Module Name:src
Committed By: skrll
Date: Thu Oct 7 06:44:19 UTC 2021
Modified Files:
src/lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S
Log Message:
Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
Module Name:src
Committed By: skrll
Date: Thu Oct 7 06:44:19 UTC 2021
Modified Files:
src/lib/libc/arch/aarch64/gen: _setjmp.S setjmp.S
Log Message:
Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
On 12/02/2018 22:31, Jonathan A. Kollasch wrote:
@@ -47,6 +47,6 @@ END(__sigsetjmp14)
ENTRY(__siglongjmp14)
ldr x3, [x0, #_JB_MAGIC]
- tbz x3, #0, _C_LABEL(__longjmp14)
+ tbnzx3, #0, _C_LABEL(__longjmp14)
b _C_LABEL(_longjmp)
END(__siglongjm