Oops - round() is supposed to return double, not integer.

This commit is contained in:
is 2006-01-17 10:39:23 +00:00
parent 13f83a7396
commit e08ae477d9
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@
ENTRY(round, 0)
cvtrdl 4(%ap),%r0
cvtld %r0,%r0
ret