diff options
Diffstat (limited to 'sys/arch/hppa/spmath/divu.S')
-rw-r--r-- | sys/arch/hppa/spmath/divu.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S index 48bbfda54f9..7566a39d58a 100644 --- a/sys/arch/hppa/spmath/divu.S +++ b/sys/arch/hppa/spmath/divu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: divu.S,v 1.3 1998/07/02 19:05:14 mickey Exp $ */ +/* $OpenBSD: divu.S,v 1.4 2001/03/28 23:55:59 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -55,6 +55,8 @@ quo .reg %r4 /* quotient and lower part of dividend */ dvr .reg %r5 /* divisor */ tp .reg %r6 /* temp. reg. */ + .text + /*****************************************************************************/ ENTRY(divu) stws,ma rem,4(sp) ; save registers on stack |