OSDN Git Service

(vax sdiv_qrnnd): Fix typo.
authortege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 1994 03:49:12 +0000 (03:49 +0000)
committertege <tege@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 1994 03:49:12 +0000 (03:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7667 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/longlong.h

index 602606d..e811c73 100644 (file)
     __xx.__i.__h = n1; __xx.__i.__l = n0;                              \
     __asm__ ("ediv %3,%2,%0,%1"                                                \
             : "=g" (q), "=g" (r)                                       \
-            : "g" (__n1n0.ll), "g" (d));                               \
+            : "g" (__xx.__ll), "g" (d));                               \
   } while (0)
 #endif /* __vax__ */