* pa/milli64.S ($$mulI): Fix typo.

From-SVN: r66985
This commit is contained in:
John David Anglin 2003-05-20 02:08:01 +00:00 committed by John David Anglin
parent 07b7c979e7
commit 12df72e8d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
* pa/milli64.S ($$mulI): Fix typo.
2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)

View File

@ -1776,7 +1776,7 @@ DISCUSSION:
.align 16
.proc
.callinfo millicode
.export $$mulI, millicode
.export $$mulI,millicode
GSYM($$mulI)
combt,<<= a1,a0,LREF(l4) /* swap args if unsigned a1>a0 */
copy 0,r /* zero out the result */