diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-23 20:25:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-23 20:25:22 +0000 |
commit | 5fb74c807a92280c72b9e327178403abd199f549 (patch) | |
tree | 1bab06138bca31658e5e78277eb406ec0ef8c4a0 /sys/arch/hppa/spmath/impys.S | |
parent | e91bb37f61557f84c31c449a92d86e14cb8b44f9 (diff) |
will need machine/frame.h for profiling
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 25f07c6f54e..9aae344e650 100644 --- a/sys/arch/hppa/spmath/impys.S +++ b/sys/arch/hppa/spmath/impys.S @@ -1,4 +1,4 @@ -/* $OpenBSD: impys.S,v 1.8 2002/09/20 19:26:59 mickey Exp $ */ +/* $OpenBSD: impys.S,v 1.9 2003/01/23 20:25:21 mickey Exp $ */ /* (c) Copyright 1986 HEWLETT-PACKARD COMPANY To anyone who acknowledges that this file is provided "AS IS" @@ -15,6 +15,8 @@ /* @(#)impys.s: Revision: 1.11.88.1 Date: 93/12/07 15:06:28 */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> ;**************************************************************************** ; |