Annotation of qemu/linux-user/target_flat.h, revision 1.1

1.1     ! root        1: /* If your arch needs to do custom stuff, create your own target_flat.h
        !             2:  * header file in linux-user/<your arch>/
        !             3:  */
        !             4: #define flat_argvp_envp_on_stack()                           1
        !             5: #define flat_reloc_valid(reloc, size)                        ((reloc) <= (size))
        !             6: #define flat_old_ram_flag(flag)                              (flag)
        !             7: #define flat_get_relocate_addr(relval)                       (relval)
        !             8: #define flat_get_addr_from_rp(rp, relval, flags, persistent) (rp)
        !             9: #define flat_set_persistent(relval, persistent)              (*persistent)
        !            10: #define flat_put_addr_at_rp(rp, addr, relval)                put_user_ual(addr, rp)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.