diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-20 04:30:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-20 04:30:35 +0000 |
commit | 2feb8d1886e36db3c98fa6e5f221754d840b8783 (patch) | |
tree | f6c880af57b55564ceaf61169ef34f015ea646fc /sys/arch/sparc64 | |
parent | e0b871ce397c75d61de51634bad62251e907c370 (diff) |
It's supposed to be #ifdef DIAGNOSTIC, not #ifdef DIAGONSTIC. miod@ tested+ok
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index b6fdf4746aa..61a536c8665 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.45 2004/06/13 21:49:21 niklas Exp $ */ +/* $OpenBSD: locore.s,v 1.46 2004/06/20 04:30:34 aaron Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -8922,10 +8922,10 @@ Lfp_finish: retl wr %g0, FPRS_FEF, %fprs ! Mark FPU clean 3: -#ifdef DIAGONSTIC +#ifdef DIAGNOSTIC btst 7, %o2 ! 32-bit aligned!?!? bnz,pn %icc, 6f -#endif /* DIAGONSTIC */ +#endif /* DIAGNOSTIC */ btst FPRS_DL, %o5 ! Lower FPU clean? bz,a,pt %icc, 4f ! Then skip it add %o0, 128, %o0 |