Support buildin setjmp/longjmp for ARM · Issue #1 · ossrs/state-threads (original) (raw)
The ARM use glibc setjmp/longjmp, which is not available for high version ARM, for example, RespberryPi2. We must use the buildin setjmp/longjmp like the ia64/x86-64/amd64/i386, use asm to implements setjmp/longjmp.