diff options
author | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-21 16:33:44 +0000 |
---|---|---|
committer | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-21 16:33:44 +0000 |
commit | 14d087e706fab4156975bdfb0a96e6f8f9ac58a7 (patch) | |
tree | 70293bbfe6eda55219afcf57154b97e83a69cb1d /gcc/longlong.h | |
parent | df0e1d0700deb85ce5086489217ee755fef021c5 (diff) | |
download | gcc-14d087e706fab4156975bdfb0a96e6f8f9ac58a7.tar.gz |
(sparclite udiv_qrnnd): Remove comma before __AND_CLOBBER_CC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r-- | gcc/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h index b69c15f3cc7..0672b8d2de9 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -728,7 +728,7 @@ : "r" ((unsigned int)(n1)), \ "r" ((unsigned int)(n0)), \ "rI" ((unsigned int)(d)) \ - : "%g1", __AND_CLOBBER_CC) + : "%g1" __AND_CLOBBER_CC) #define UDIV_TIME 37 #define count_leading_zeros(count, x) \ __asm__ ("scan %1,0,%0" \ |