Changeset 43876 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
- Timestamp:
- Nov 15, 2012 1:44:09 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 82086
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
r38636 r43876 81 81 if (*pu8 != (uint8_t)iPage) 82 82 { 83 RTPrintf("tstLow: error: invalid page content %02x != %02x. iPage=% poff=%#x\n",83 RTPrintf("tstLow: error: invalid page content %02x != %02x. iPage=%u off=%#x\n", 84 84 *pu8, (uint8_t)iPage, iPage, (uintptr_t)pu8 & PAGE_OFFSET_MASK); 85 85 rcRet++;
Note:
See TracChangeset
for help on using the changeset viewer.