]> sourceware.org Git - glibc.git/commitdiff
[__motorola__]: Swap operands in cmp.l.
authorRoland McGrath <roland@gnu.org>
Thu, 17 Nov 1994 01:59:01 +0000 (01:59 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 17 Nov 1994 01:59:01 +0000 (01:59 +0000)
sysdeps/unix/bsd/m68k/sysdep.S

index 95136bbdbb8705453835ab28b8ec489616d50bd2..cef8990eea30257b71f9d3c792a76af3e83669c4 100644 (file)
@@ -26,7 +26,7 @@ syscall_error:
           EWOULDBLOCK_sys is the original number.  */
 #ifdef __motorola__
 #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
-       cmp.l d0, #EWOULDBLOCK_sys
+       cmp.l #EWOULDBLOCK_sys, d0
        bne store
        moveq.l #EAGAIN, d0
 #endif
This page took 0.059662 seconds and 5 git commands to generate.