chiark / gitweb /
[PATCH] update klibc to version 0.181
[elogind.git] / klibc / klibc / arch / alpha / setjmp.S
index e1ad642539b5e0461639f3f2e4f3923cefdffccf..5d915f2dbea8ad1f0051f5fa2c563f5fd21e1aab 100644 (file)
@@ -31,14 +31,14 @@ setjmp:
        stq     ra,  56(a0)
        stq     gp,  64(a0)
        stq     sp,  72(a0)
-       stt     f2,  80(a0)
-       stt     f3,  88(a0)
-       stt     f4,  96(a0)
-       stt     f5, 104(a0)
-       stt     f6, 112(a0)
-       stt     f7, 120(a0)
-       stt     f8, 128(a0)
-       stt     f9, 136(a0)
+       stt     $f2,  80(a0)
+       stt     $f3,  88(a0)
+       stt     $f4,  96(a0)
+       stt     $f5, 104(a0)
+       stt     $f6, 112(a0)
+       stt     $f7, 120(a0)
+       stt     $f8, 128(a0)
+       stt     $f9, 136(a0)
        ret     zero,(ra),1
 
        .size setjmp,.-setjmp
@@ -59,14 +59,14 @@ longjmp:
        ldq     ra,  56(a0)
        ldq     gp,  64(a0)
        ldq     sp,  72(a0)
-       ldt     f2,  80(a0)
-       ldt     f3,  88(a0)
-       ldt     f4,  96(a0)
-       ldt     f5, 104(a0)
-       ldt     f6, 112(a0)
-       ldt     f7, 120(a0)
-       ldt     f8, 128(a0)
-       ldt     f9, 136(a0)
+       ldt     $f2,  80(a0)
+       ldt     $f3,  88(a0)
+       ldt     $f4,  96(a0)
+       ldt     $f5, 104(a0)
+       ldt     $f6, 112(a0)
+       ldt     $f7, 120(a0)
+       ldt     $f8, 128(a0)
+       ldt     $f9, 136(a0)
        /* We're bound to get a mispredict here, but at least give us
           a chance to get the return stack back in sync... */
        ret     zero,(ra),1