182,189d181
< /** returns the physical memory address of the page table */
< Addr getBasePtr(ThreadContext* tc)
< {
< CR3 cr3 = pageTablePhysAddr;
< DPRINTF(MMU, "CR3: %d\n", cr3);
< return cr3.longPdtb;
< }
<