| Index: silk/arm/SigProc_FIX_armv4.h
 | 
| diff --git a/silk/arm/SigProc_FIX_armv4.h b/silk/arm/SigProc_FIX_armv4.h
 | 
| index d69573e3d4d297939f7e2749aa1c496c30304d0b..ff62b1e5d63e399e6098d2ffca3fc5d539ecd4b4 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;
 | 
| 
 |