summaryrefslogtreecommitdiff
path: root/gcc/longlong.h
diff options
context:
space:
mode:
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-28 19:35:55 +0000
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-28 19:35:55 +0000
commit4f933d50f7c5b320a2c656e76a455c1eadd3e7f0 (patch)
treea4c00c7ab47b55ea3de9844c45f218b1cfabd855 /gcc/longlong.h
parent1bc66e7868e020bbc1251df6e3b050e3fcb6d39e (diff)
downloadgcc-4f933d50f7c5b320a2c656e76a455c1eadd3e7f0.tar.gz
(__hppa sub_ddmmss): Swap input operands.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2629 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r--gcc/longlong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h
index 0c248da134b..522ac28d599 100644
--- a/gcc/longlong.h
+++ b/gcc/longlong.h
@@ -201,8 +201,8 @@
"%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)), \