fxlibc/src
Lephenixnoir 73d6b2eb7c
setjmp: do not disable interrupts (#1) (DONE)
SR.BL=1 could cause problems if setjmp or longjmp is loader over a page
boundary and the second page is not loaded when interrupts are masked.

SR.IMASK=15 is another option, but it seems unnecessary per #1.

Blocking interrupts in longjmp did not make too much sense because the
blocked SR was immediately replaced by the restored one.
2021-05-29 11:18:02 +02:00
..
libc setjmp: do not disable interrupts (#1) (DONE) 2021-05-29 11:18:02 +02:00
posix move bits/unistd_32.h to bits/asm on all targets 2021-05-11 09:22:34 +02:00
target/sh-generic sh-generic: add CPU capabilities for optimized SH4 code 2021-05-23 15:31:01 +02:00