Changeset 43876 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 15, 2012 1:44:09 PM (12 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/testcase
- Files:
-
- 2 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++; -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r40812 r43876 102 102 103 103 case 'h': 104 RTPrintf("%s [mod1 [mod2...]]\n" );104 RTPrintf("%s [mod1 [mod2...]]\n", argv[0]); 105 105 return 1; 106 106
Note:
See TracChangeset
for help on using the changeset viewer.