]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(vax sdiv_qrnnd): Fix typo.
authorTorbjorn Granlund <tege@gnu.org>
Thu, 7 Jul 1994 03:49:12 +0000 (03:49 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Thu, 7 Jul 1994 03:49:12 +0000 (03:49 +0000)
From-SVN: r7667

gcc/longlong.h

index 602606d907c6ec4cc69391b995214b728a0644bf..e811c736cd159fe21c316c1272b22b71d353e00e 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__ */