diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-28 23:56:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-28 23:56:00 +0000 |
commit | 7476a55a7f190d4aef1fab7e46f6d508e0a60bf3 (patch) | |
tree | 0b0f1debb1ba5f7f9d099fafac29f3ff5822952c /sys/arch/hppa/spmath/impys.S | |
parent | b309c0cfad3b404795737e55a2472a59151ade5a (diff) |
start of text
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 |