ref: d7171eb5761cad852580cf0b9d352725a9cb1015 dir: /src/libc/arch/arm32/longjmp.s/
.file "longjmp.s" .text .globl longjmp longjmp: ldmia r0, {r4-r11, sp, lr} // If r1 is 0 return 1 instead movs r0, r1 moveq r0, #1 bx lr