67a68,74
> inline Addr
> intToAddress(int addr)
> {
> assert(!(addr & 0xffffffff00000000));
> return addr;
> }
>