(vax sdiv_qrnnd): Fix typo.

From-SVN: r7667
This commit is contained in:
Torbjorn Granlund 1994-07-07 03:49:12 +00:00
parent 61d6b1cca1
commit 451c2f82ea
1 changed files with 1 additions and 1 deletions

View File

@ -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__ */