- Timestamp:
- Jul 18, 2015 10:28:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp
r56293 r56990 61 61 SUPPAGE aPages[1]; 62 62 rc = supR3PageLock(pv, 1, &aPages[0]); 63 RTPrintf("rc=%d aPages[0]=%RHp\n", rc, pv, aPages[0]);63 RTPrintf("rc=%d pv=%p aPages[0]=%RHp\n", rc, pv, aPages[0]); 64 64 RTThreadSleep(1500); 65 65 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.