aboutsummaryrefslogtreecommitdiff
path: root/softfloat
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-03-02 12:13:55 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-03-02 12:14:43 -0800
commit89ba757daf6d6db1e2c0dce48e77bfb43dec5970 (patch)
tree1960a242f18fbcdf9101926da278c6c310acd23c /softfloat
parenta95b44df9d142a49f3e1bfe4a60d259ed41ca247 (diff)
downloadspike-89ba757daf6d6db1e2c0dce48e77bfb43dec5970.zip
spike-89ba757daf6d6db1e2c0dce48e77bfb43dec5970.tar.gz
spike-89ba757daf6d6db1e2c0dce48e77bfb43dec5970.tar.bz2
Mark SoftFloat routines static inline
This avoids duplicate definitions on some platforms.
Diffstat (limited to 'softfloat')
-rw-r--r--softfloat/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/softfloat/platform.h b/softfloat/platform.h
index 3d9c431..03dd429 100644
--- a/softfloat/platform.h
+++ b/softfloat/platform.h
@@ -44,5 +44,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/
-#define INLINE extern inline
+#define INLINE static inline