]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/i386/target_arch_elf.h
bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.
[mirror_qemu.git] / bsd-user / i386 / target_arch_elf.h
index cbcd1f08e2fe879c3be203798dd3d140ee21ac2f..4ac27b02e72cf514998de6ed2d26f8099a15e973 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef TARGET_ARCH_ELF_H
 #define TARGET_ARCH_ELF_H
 
-#define ELF_START_MMAP 0x80000000
 #define ELF_ET_DYN_LOAD_ADDR    0x01001000
 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486))