diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 17:00:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-22 17:00:15 +0000 |
| commit | 182e7621c0e2b2ebe91ded5426cc92cc22c4e22d (patch) | |
| tree | e2b1a64a9fbe44a218e0a668c5a58e339eae7f12 | |
| parent | bb851e58c217873cb0d812398cd512563a3bf359 (diff) | |
Notes
| -rw-r--r-- | sys/gnu/i386/fpemul/wm_sqrt.s | 2 |
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 dac6389796a0..7814fb4ea71f 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*/ |
