Changeset 70742 in vbox
- Timestamp:
- Jan 25, 2018 3:12:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r70741 r70742 2863 2863 pszType = "MMIO"; 2864 2864 pgmLock(pVM); 2865 PPGMPHYSHANDLER p Cur = pgmHandlerPhysicalLookup(pVM, iFirstPage * X86_PAGE_SIZE);2866 if (p Cur)2867 pszMore = p Cur->pszDesc;2865 PPGMPHYSHANDLER pHandler = pgmHandlerPhysicalLookup(pVM, iFirstPage * X86_PAGE_SIZE); 2866 if (pHandler) 2867 pszMore = pHandler->pszDesc; 2868 2868 pgmUnlock(pVM); 2869 2869 break;
Note:
See TracChangeset
for help on using the changeset viewer.