Date: Sat, 14 Dec 1996 08:24:47 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/msun/i387 e_scalb.S s_scalbn.S Message-ID: <199612141624.IAA12990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/12/14 08:24:45 Modified: lib/msun/i387 e_scalb.S s_scalbn.S Log: Clean up the FPU stack before returning. One stack slot was leaked on every call. The damage was sometimes limited by other routines using and freeing stack slots that should have been empty to being with. Revision Changes Path 1.3 +2 -1 src/lib/msun/i387/e_scalb.S 1.3 +2 -1 src/lib/msun/i387/s_scalbn.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612141624.IAA12990>