summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-22 17:00:15 +0000
committerobrien <obrien@FreeBSD.org>2000-05-22 17:00:15 +0000
commitbb2245eee1d3684c92f3d12920df82ae6993b822 (patch)
treeef60477b934cf10166f7b4ff3e3b9e88f8333e9c /sys/gnu/i386
parenta33f969ecd51ddc14b57ec05f81aa972521d3367 (diff)
downloadFreeBSD-src-bb2245eee1d3684c92f3d12920df82ae6993b822.zip
FreeBSD-src-bb2245eee1d3684c92f3d12920df82ae6993b822.tar.gz
Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/wm_sqrt.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/i386/fpemul/wm_sqrt.s b/sys/gnu/i386/fpemul/wm_sqrt.s
index dac6389..7814fb4 100644
--- a/sys/gnu/i386/fpemul/wm_sqrt.s
+++ b/sys/gnu/i386/fpemul/wm_sqrt.s
@@ -314,7 +314,7 @@ sqrt_stage_3_no_error:
movl %edx,%eax
divl %esi
- sarl $1,%ecx / divide by 2*/
+ sarl $1,%ecx /* divide by 2*/
rcrl $1,%eax
/* prepare to round the result*/
OpenPOWER on IntegriCloud