mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
memory: fix jump lable position for arm ifdef
This commit is contained in:
parent
9d7e44860e
commit
4107564ecc
1 changed files with 1 additions and 1 deletions
|
@ -91,8 +91,8 @@ int memory_lock(size_t lock)
|
|||
|
||||
debug(LOG_MEM | 2, "Increased ressource limit of locked memory to %zd bytes", lock);
|
||||
}
|
||||
#endif /* __arm__ */
|
||||
out:
|
||||
#endif /* __arm__ */
|
||||
#ifdef _POSIX_MEMLOCK
|
||||
/* Lock all current and future memory allocations */
|
||||
ret = mlockall(MCL_CURRENT | MCL_FUTURE);
|
||||
|
|
Loading…
Add table
Reference in a new issue