summaryrefslogtreecommitdiff
path: root/sys/gnu/arch/i386/fpemul/wm_sqrt.s
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-01-13 18:08:49 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-01-13 18:08:49 +0000
commit879520a21654c8b30d4e81ee0a7496dfc49d93fa (patch)
tree90ed7addb16f95ef8921284eea0ee709a7034e88 /sys/gnu/arch/i386/fpemul/wm_sqrt.s
parent1249347f01881acbeadeedd30e9b439c8eca1718 (diff)
silence preprocessor.
ok grange@, deraadt@
Diffstat (limited to 'sys/gnu/arch/i386/fpemul/wm_sqrt.s')
-rw-r--r--sys/gnu/arch/i386/fpemul/wm_sqrt.s12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/gnu/arch/i386/fpemul/wm_sqrt.s b/sys/gnu/arch/i386/fpemul/wm_sqrt.s
index 352fe811ef1..e8c6d2bef5c 100644
--- a/sys/gnu/arch/i386/fpemul/wm_sqrt.s
+++ b/sys/gnu/arch/i386/fpemul/wm_sqrt.s
@@ -1,5 +1,5 @@
.file "wm_sqrt.S"
-/* $OpenBSD: wm_sqrt.s,v 1.3 2002/10/12 07:12:59 pvalchev Exp $ */
+/* $OpenBSD: wm_sqrt.s,v 1.4 2004/01/13 18:08:48 espie Exp $ */
/*
* wm_sqrt.S
*
@@ -250,7 +250,7 @@ sqrt_stage_2_finish:
/* It should be possible to get here only if the arg is ffff....ffff*/
cmp $0xffffffff,fsqrt_arg_1
jnz sqrt_stage_2_error
-#endif PARANOID
+#endif /* PARANOID */
/* The best rounded result.*/
xorl %eax,%eax
@@ -264,7 +264,7 @@ sqrt_stage_2_finish:
sqrt_stage_2_error:
pushl EX_INTERNAL|0x213
call EXCEPTION
-#endif PARANOID
+#endif /* PARANOID */
sqrt_stage_2_done:
@@ -319,7 +319,7 @@ sqrt_stage_3_error:
call EXCEPTION
sqrt_stage_3_no_error:
-#endif PARANOID
+#endif /* PARANOID */
movl accum_2,%edx
movl accum_1,%eax
@@ -422,7 +422,7 @@ sqrt_near_exact:
call EXCEPTION
sqrt_near_exact_ok:
-#endif PARANOID
+#endif /* PARANOID */
or %ebx,%ebx
js sqrt_near_exact_small
@@ -482,7 +482,7 @@ sqrt_get_more_precision:
call EXCEPTION
sqrt_more_prec_ok:
-#endif PARANOID
+#endif /* PARANOID */
or %ebx,%ebx
js sqrt_more_prec_small