Revision 63d41246

b/exec.c
437 437
        if (code_gen_buffer_size > (512 * 1024 * 1024))
438 438
            code_gen_buffer_size = (512 * 1024 * 1024);
439 439
#elif defined(__arm__)
440
        /* Map the buffer below 64M, so we can use direct calls and branches */
440
        /* Map the buffer below 32M, so we can use direct calls and branches */
441 441
        flags |= MAP_FIXED;
442 442
        start = (void *) 0x01000000UL;
443 443
        if (code_gen_buffer_size > 16 * 1024 * 1024)

Also available in: Unified diff