mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 07:04:13 +08:00
Remove inline to save 2.5Kb of flash
This commit is contained in:
parent
1a8eff5d42
commit
cce2e7aad3
1 changed files with 1 additions and 1 deletions
|
@ -1669,7 +1669,7 @@ read_variable_length(const BYTE**ip, const BYTE* lencheck, int loop_check, int i
|
||||||
* Note that it is important for performance that this function really get inlined,
|
* Note that it is important for performance that this function really get inlined,
|
||||||
* in order to remove useless branches during compilation optimization.
|
* in order to remove useless branches during compilation optimization.
|
||||||
*/
|
*/
|
||||||
LZ4_FORCE_INLINE int
|
int
|
||||||
LZ4_decompress_generic(
|
LZ4_decompress_generic(
|
||||||
const char* const src,
|
const char* const src,
|
||||||
char* const dst,
|
char* const dst,
|
||||||
|
|
Loading…
Reference in a new issue