Commit 7691f559 by Torbjorn Granlund

(__hppa sub_ddmmss): Swap input operands.

From-SVN: r2629
parent e45d9b98
......@@ -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)), \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment