On 11/23/2011 03:47 PM, Richard Henderson wrote:
> +GTM_longjmp:
> +     ldm     r0, { r4-r11, sp, pc }


Bah.  This should be

        mov     r2, r0          /* Move the jmpbuf out of the way.  */
        mov     r0, r1          /* Move the return value into place.  */
        ldm     r2, { r4-r11, sp, pc }



r~

Reply via email to