OSDN Git Service

(__hppa sub_ddmmss): Swap input operands.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1992 19:35:55 +0000 (19:35 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1992 19:35:55 +0000 (19:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2629 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/longlong.h

index 0c248da..522ac28 100644 (file)
             "%rM" ((USItype)(al)),                                     \
             "rM" ((USItype)(bl)))
 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
-  __asm__ ("sub %5,%4,%1
-       subb %3,%2,%0"                                                  \
+  __asm__ ("sub %4,%5,%1
+       subb %2,%3,%0"                                                  \
           : "=r" ((USItype)(sh)),                                      \
             "=&r" ((USItype)(sl))                                      \
           : "rM" ((USItype)(ah)),                                      \