aboutsummaryrefslogtreecommitdiff
path: root/silk/arm/SigProc_FIX_armv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/arm/SigProc_FIX_armv4.h')
-rw-r--r--silk/arm/SigProc_FIX_armv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/arm/SigProc_FIX_armv4.h b/silk/arm/SigProc_FIX_armv4.h
index d69573e..ff62b1e 100644
--- a/silk/arm/SigProc_FIX_armv4.h
+++ b/silk/arm/SigProc_FIX_armv4.h
@@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define SILK_SIGPROC_FIX_ARMv4_H
#undef silk_MLA
-static inline opus_int32 silk_MLA_armv4(opus_int32 a, opus_int32 b,
+static OPUS_INLINE opus_int32 silk_MLA_armv4(opus_int32 a, opus_int32 b,
opus_int32 c)
{
opus_int32 res;