Skip to content
  • Paul Brook's avatar
    Add tb_page_addr_t · 41c1b1c9
    Paul Brook authored
    
    
    The page tracking code in exec.c is used by both userspace and system
    emulation.  Userspace emulation uses it to track virtual pages, and
    system emulation to track ram pages.  Introduce a new type to hold this
    kind of address.
    
    Signed-off-by: default avatarPaul Brook <paul@codesourcery.com>
    41c1b1c9