Revision b480d9b7 linux-user/mmap.c

b/linux-user/mmap.c
88 88

  
89 89
    if (h2g_valid(p)) {
90 90
        /* Allocated region overlaps guest address space. This may recurse.  */
91
        unsigned long addr = h2g(p);
91
        abi_ulong addr = h2g(p);
92 92
        page_set_flags(addr & TARGET_PAGE_MASK, TARGET_PAGE_ALIGN(addr + size),
93 93
                       PAGE_RESERVED);
94 94
    }

Also available in: Unified diff