Changeset 35959 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 14, 2011 2:30:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70020
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r35902 r35959 1179 1179 if (u64Arg || !pReqHdr || !vmmR0IsValidSession(pVM, ((PPCIRAWSENDREQ)pReqHdr)->pSession, pSession) || idCpu != NIL_VMCPUID) 1180 1180 return VERR_INVALID_PARAMETER; 1181 return PciRawR0ProcessReq(pSession, (PPCIRAWSENDREQ)pReqHdr);1181 return PciRawR0ProcessReq(pSession, pVM, (PPCIRAWSENDREQ)pReqHdr); 1182 1182 #endif 1183 1183 /* … … 1553 1553 RTAssertMsg2V(pszFormat, va); 1554 1554 } 1555
Note:
See TracChangeset
for help on using the changeset viewer.