Function timi::machine::is_addr_phantom [] [src]

pub fn is_addr_phantom(addr: &Addr) -> bool

let bindings first bind to "phantom" addresses, after which they relink addresses to their correct locations. This lets us check if an address is phantom to prevent us from trying to access these TODO: create an alegbraic data type for Addr to represent this, and not just using negative numbers. This is a hack.