init: Fix typo.
am: 9261ad1
* commit '9261ad13ed8a6bf5d43450f3eb5a48ecd65587f1':
init: Fix typo.
This commit is contained in:
commit
7b094b759e
|
@ -353,7 +353,7 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
|
|||
&& set_mmap_rnd_bits_min(16, 16, true)) {
|
||||
ret = 0;
|
||||
}
|
||||
#elif defined(__x86__64__)
|
||||
#elif defined(__x86_64__)
|
||||
/* x86_64 supports 28 - 32 bits */
|
||||
if (set_mmap_rnd_bits_min(32, 32, false)
|
||||
&& set_mmap_rnd_bits_min(16, 16, true)) {
|
||||
|
|
Loading…
Reference in New Issue