From: Roland McGrath Date: Thu, 17 Nov 1994 01:59:01 +0000 (+0000) Subject: [__motorola__]: Swap operands in cmp.l. X-Git-Tag: upstream/2.30~10627^2~4029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8a261b3fcf78bcce4e13092319bb81a9b9c7e4e;p=external%2Fglibc.git [__motorola__]: Swap operands in cmp.l. --- diff --git a/sysdeps/unix/bsd/m68k/sysdep.S b/sysdeps/unix/bsd/m68k/sysdep.S index 95136bb..cef8990 100644 --- a/sysdeps/unix/bsd/m68k/sysdep.S +++ b/sysdeps/unix/bsd/m68k/sysdep.S @@ -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