summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath/divu.S
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-01-04 08:50:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-01-04 08:50:31 +0000
commit9e215008c2ffe5205a25e0933d80b4e64331b816 (patch)
treeb83bb603fc0cea78389a486adf35dc64834253db /sys/arch/hppa/spmath/divu.S
parent4000cc8ea3810f6c3298aa89bd4399132331629f (diff)
Use LEAF_ENTRY not ENTRY.
Diffstat (limited to 'sys/arch/hppa/spmath/divu.S')
-rw-r--r--sys/arch/hppa/spmath/divu.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S
index 402f6a31a35..cc6b0c4e80e 100644
--- a/sys/arch/hppa/spmath/divu.S
+++ b/sys/arch/hppa/spmath/divu.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: divu.S,v 1.5 2001/03/29 03:58:18 mickey Exp $ */
+/* $OpenBSD: divu.S,v 1.6 2002/01/04 08:50:30 miod Exp $ */
/*
* Copyright 1996 1995 by Open Software Foundation, Inc.
@@ -58,7 +58,7 @@ tp .reg %r6 /* temp. reg. */
.text
/*****************************************************************************/
-ENTRY(divu)
+LEAF_ENTRY(divu)
stws,ma rem,4(sp) ; save registers on stack
stws,ma quo,4(sp) ; save registers on stack
stws,ma dvr,4(sp) ; save registers on stack