void set_ptr ( VMReg ptr ) { #ifdef _LP64 _second = ptr->next(); #else _second = VMRegImpl::Bad(); #endif _first = ptr; }
void set2 ( VMReg v ) { _second=v->next(); _first=v; }