Re: arm64 _longjmp fix

2017-04-16 Thread Jonathan Gray
On Sun, Apr 16, 2017 at 12:27:51PM +0200, Mark Kettenis wrote: > We fixed longjmp(), but left _longjmp() alone. In this case the > return code is still in w1 so the fix is slightly different. Makes > the longjmp regress test pass on arm64. > > ok? ok jsg@ > > > Index:

arm64 _longjmp fix

2017-04-16 Thread Mark Kettenis
We fixed longjmp(), but left _longjmp() alone. In this case the return code is still in w1 so the fix is slightly different. Makes the longjmp regress test pass on arm64. ok? Index: lib/libc/arch/aarch64/gen/_setjmp.S === RCS