Revision 68a1c816 linux-user/elfload.c

b/linux-user/elfload.c
1682 1682
     * In case where user has not explicitly set the guest_base, we
1683 1683
     * probe here that should we set it automatically.
1684 1684
     */
1685
    if (!have_guest_base) {
1685
    if (!(have_guest_base || reserved_va)) {
1686 1686
        /*
1687 1687
         * Go through ELF program header table and find the address
1688 1688
         * range used by loadable segments.  Check that this is available on

Also available in: Unified diff