OSDN Git Service

Fix the double sub #48, should have been an add :-)
authorDavid McCullough <davidm@snapgear.com>
Mon, 3 Mar 2003 00:05:15 +0000 (00:05 -0000)
committerDavid McCullough <davidm@snapgear.com>
Mon, 3 Mar 2003 00:05:15 +0000 (00:05 -0000)
libc/sysdeps/linux/arm/setjmp.S

index aaaa81d..402a664 100644 (file)
@@ -30,7 +30,7 @@ __sigsetjmp:
 #if defined __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__
        sfmea   f4, 4, [r0]!
 #else
-       sub     r0, r0, #48             /* skip the FP registers */
+       add     r0, r0, #48             /* skip the FP registers */
 #endif
        stmia   r0, {v1-v6, sl, fp, sp, lr}