diff options
Diffstat (limited to 'sys/arch/hppa/spmath/impys.S')
-rw-r--r-- | sys/arch/hppa/spmath/impys.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S index 42a5bbcb79c..8e2efec5db7 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.3 1998/07/02 19:05:32 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.4 2001/03/28 23:55:59 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -64,6 +64,8 @@ sign .equ 8 /* sign of product */ pc .equ 9 /* carry bit of product, = 00...01 */ pm .equ 10 /* value of -1 used in shifting */ + .text + ENTRY(impys) stws,ma pu,4(sp) ; save registers on stack stws,ma pl,4(sp) ; save registers on stack |