Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28a551e9 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

init: Fix typo. am: 9261ad13

am: 7b094b75

* commit '7b094b75':
  init: Fix typo.
parents 99a75932 7b094b75
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)) {
            && set_mmap_rnd_bits_min(16, 16, true)) {
        ret = 0;
        ret = 0;
    }
    }
#elif defined(__x86__64__)
#elif defined(__x86_64__)
    /* x86_64 supports 28 - 32 bits */
    /* x86_64 supports 28 - 32 bits */
    if (set_mmap_rnd_bits_min(32, 32, false)
    if (set_mmap_rnd_bits_min(32, 32, false)
            && set_mmap_rnd_bits_min(16, 16, true)) {
            && set_mmap_rnd_bits_min(16, 16, true)) {