- Timestamp:
- Sep 24, 2007 3:45:56 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24762
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r4922 r4987 248 248 rc = suplibOsIOCtl(SUP_IOCTL_GIP_MAP, &GipMapReq, SUP_IOCTL_GIP_MAP_SIZE); 249 249 if (RT_SUCCESS(rc)) 250 rc = pFuncsReq->Hdr.rc;250 rc = GipMapReq.Hdr.rc; 251 251 if (RT_SUCCESS(rc)) 252 252 {
Note:
See TracChangeset
for help on using the changeset viewer.