[__motorola__]: Swap operands in cmp.l.

This commit is contained in:
Roland McGrath 1994-11-17 01:59:01 +00:00
parent cef89fdba9
commit e8a261b3fc

View File

@ -26,7 +26,7 @@ syscall_error:
EWOULDBLOCK_sys is the original number. */ EWOULDBLOCK_sys is the original number. */
#ifdef __motorola__ #ifdef __motorola__
#if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN #if defined (EWOULDBLOCK_sys) && EWOULDBLOCK_sys != EAGAIN
cmp.l d0, #EWOULDBLOCK_sys cmp.l #EWOULDBLOCK_sys, d0
bne store bne store
moveq.l #EAGAIN, d0 moveq.l #EAGAIN, d0
#endif #endif