diff options
Diffstat (limited to 'sys/arch/hppa/spmath/mpyucv.c')
-rw-r--r-- | sys/arch/hppa/spmath/mpyucv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/mpyucv.c b/sys/arch/hppa/spmath/mpyucv.c index 7edd16a4e76..905c2eb1546 100644 --- a/sys/arch/hppa/spmath/mpyucv.c +++ b/sys/arch/hppa/spmath/mpyucv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpyucv.c,v 1.5 2002/05/07 22:19:30 mickey Exp $ */ +/* $OpenBSD: mpyucv.c,v 1.6 2003/04/10 17:27:58 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -21,6 +21,6 @@ mpyucv(opnd1,opnd2,result) unsigned int opnd1, opnd2; struct mdsfu_register *result; { - impyu(&opnd1,&opnd2,result); + u_xmpy(&opnd1,&opnd2,result); overflow = FALSE; } |