189,194c189,191
< TlbEntry entry;
< //Check to make sure the first byte is mapped into the processes address
< //space.
< if (context()->getProcessPtr()->pTable->lookup(va, entry))
< return true;
< return false;
---
> // Check to make sure the first byte is mapped into the processes
> // address space.
> return context()->getProcessPtr()->pTable->lookup(va) != nullptr;