From 20b2750382ebc3bf477f7abb94fce978deb468e3 Mon Sep 17 00:00:00 2001 From: epetrich Date: Tue, 25 Jan 2005 05:59:15 +0000 Subject: [PATCH] * device/lib/expf.c: fixed bug #1095792 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3655 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ device/lib/expf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97560ae2..68bae6e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-25 Erik Petrich + + * device/lib/expf.c: fixed bug #1095792 + 2005-01-24 Vangelis Rokas * device/lib/pic16/libm: added Math library sources diff --git a/device/lib/expf.c b/device/lib/expf.c index 84b73c60..9de01976 100644 --- a/device/lib/expf.c +++ b/device/lib/expf.c @@ -35,7 +35,7 @@ // TODO: share with other temps static bit sign_bit; static data unsigned char expf_y[4]; -static unsigned char n; +static data unsigned char n; float expf(float x) -- 2.30.2