[__motorola__]: Swap operands in cmp.l.
This commit is contained in:
parent
cef89fdba9
commit
e8a261b3fc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user