linux-user: fix build on hosts not using guest base
Commit 68a1c816 broke qemu on hosts not using guest base. It uses reserved_va unconditionally in mmap.c. To avoid to many #ifdef #endif blocks, define RESERVED_VA as either reserved_va or 0ul, and use it instead of reserved_va, similarly to what has been done with guest_base/GUEST_BASE. (cherry picked from commit 18e9ea8a)
Showing
想要评论请 注册 或 登录