Revision e6e5906b linux-user/mmap.c

b/linux-user/mmap.c
209 209
            last_start += HOST_PAGE_ALIGN(len);
210 210
        }
211 211
#endif
212
        if (qemu_host_page_size != qemu_real_host_page_size) {
212
        if (0 && qemu_host_page_size != qemu_real_host_page_size) {
213 213
            /* NOTE: this code is only for debugging with '-p' option */
214 214
            /* ??? Can also occur when TARGET_PAGE_SIZE > host page size.  */
215 215
            /* reserve a memory area */

Also available in: Unified diff