Remove a stray inline keyword in a function signature comment in x86 assembly

Assembly functions written in external assembly files is obviously
not inlined.
This commit is contained in:
Martin Storsjö 2014-03-09 12:29:34 +02:00
parent 8d6b368a1c
commit 7c435ad295

View File

@ -49,7 +49,7 @@ SECTION .text
ALIGN 16
;***********************************************************************
;_inline void WelsPrefetchZero_mmx(int8_t const*_A);
;void WelsPrefetchZero_mmx(int8_t const*_A);
;***********************************************************************
WELS_EXTERN WelsPrefetchZero_mmx
WelsPrefetchZero_mmx: