Commit 451c2f82 by Torbjorn Granlund

(vax sdiv_qrnnd): Fix typo.

From-SVN: r7667
parent 61d6b1cc
......@@ -1040,7 +1040,7 @@
__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__ */
......
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