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:
parent
8d6b368a1c
commit
7c435ad295
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user