diff options
| author | Gary Clark II <gclarkii@FreeBSD.org> | 1994-04-30 16:47:08 +0000 |
|---|---|---|
| committer | Gary Clark II <gclarkii@FreeBSD.org> | 1994-04-30 16:47:08 +0000 |
| commit | cd61ab1c2eef3fa5fd74a857e0e2684f666eca9f (patch) | |
| tree | 77b2cb342ca98e321c560ec2fdf11982adfe37a9 /sys/gnu | |
| parent | 3c7e7a693be61244b6d9960594f7d1fc5ab2fc40 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/i386/fpemul/poly_l2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/poly_l2.c b/sys/gnu/i386/fpemul/poly_l2.c index d562839ac3af..b6691f300c04 100644 --- a/sys/gnu/i386/fpemul/poly_l2.c +++ b/sys/gnu/i386/fpemul/poly_l2.c @@ -46,7 +46,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * $Id:$ + * $Id: poly_l2.c,v 1.3 1994/04/29 21:23:28 gclarkii Exp $ * */ @@ -286,7 +286,7 @@ poly_l2p1(FPU_REG * arg, FPU_REG * result) poly_div16(&Xsq); /* Do the basic fixed point polynomial evaluation */ - polynomial((u_int *) &accum.sigl), (unsigned *) &Xsq, lterms, HIPOWER - 1); + polynomial((u_int *) &accum.sigl, (unsigned *) &Xsq, lterms, HIPOWER - 1); accum.tag = TW_Valid; /* set the tags to Valid */ accum.sign = SIGN_POS; /* and make accum positive */ |
