Revision 8186e783 linux-user/mmap.c

b/linux-user/mmap.c
354 354
            }
355 355
            wrapped = 1;
356 356
            /* Don't actually use 0 when wrapping, instead indicate
357
               that we'd truely like an allocation in low memory.  */
357
               that we'd truly like an allocation in low memory.  */
358 358
            addr = (mmap_min_addr > TARGET_PAGE_SIZE
359 359
                     ? TARGET_PAGE_ALIGN(mmap_min_addr)
360 360
                     : TARGET_PAGE_SIZE);

Also available in: Unified diff