]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / linuxthreads / sysdeps / unix / sysv / linux / mips / sysdep-cancel.h
index 1fff7823975b70f8f12192a231527c30abb804ee..b2c0dfe899d30b85e8487f69988427a561a093fe 100644 (file)
@@ -28,7 +28,8 @@
 # undef PSEUDO
 # define PSEUDO(name, syscall_name, args)                                    \
   .align 2;                                                                  \
-  99: la t9,__syscall_error;                                                 \
+  99: move a0, v0;                                                           \
+  la t9,__syscall_error;                                                     \
   jr t9;                                                                     \
   ENTRY (name)                                                               \
     .set noreorder;                                                          \