Changeset 56635 in vbox
- Timestamp:
- Jun 25, 2015 11:06:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IOM.cpp
r56413 r56635 188 188 rc = PGMR3HandlerPhysicalTypeRegister(pVM, PGMPHYSHANDLERKIND_MMIO, 189 189 iomMmioHandler, 190 NULL, NULL, "iomMmioPfHandler",191 NULL, NULL, "iomMmioPfHandler",190 NULL, "iomMmioHandler", "iomMmioPfHandler", 191 NULL, "iomMmioHandler", "iomMmioPfHandler", 192 192 "MMIO", &pVM->iom.s.hMmioHandlerType); 193 193 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.