Commit 210d97af by Torbjorn Granlund

(sparclite udiv_qrnnd): Remove comma before __AND_CLOBBER_CC.

From-SVN: r2542
parent bec06bb2
...@@ -728,7 +728,7 @@ ...@@ -728,7 +728,7 @@
: "r" ((unsigned int)(n1)), \ : "r" ((unsigned int)(n1)), \
"r" ((unsigned int)(n0)), \ "r" ((unsigned int)(n0)), \
"rI" ((unsigned int)(d)) \ "rI" ((unsigned int)(d)) \
: "%g1", __AND_CLOBBER_CC) : "%g1" __AND_CLOBBER_CC)
#define UDIV_TIME 37 #define UDIV_TIME 37
#define count_leading_zeros(count, x) \ #define count_leading_zeros(count, x) \
__asm__ ("scan %1,0,%0" \ __asm__ ("scan %1,0,%0" \
......
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