Changeset 9490 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 6, 2008 2:54:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
r9418 r9490 164 164 u32Seed = 362436069; 165 165 pCtx->x = u32Seed; 166 pCtx->y = 17280675555674358941 ll;167 pCtx->z = 6376492577913983186 ll;168 pCtx->w = 9064188857900113776 ll;166 pCtx->y = 17280675555674358941ULL; 167 pCtx->z = 6376492577913983186ULL; 168 pCtx->w = 9064188857900113776ULL; 169 169 pCtx->c = 123456789; 170 170 pCtx->u32x = 2282008; … … 495 495 496 496 RTPrintf("Merging diff into base..\n"); 497 rc = VDMerge(pVD, -1, 0, NULL, NULL);497 rc = VDMerge(pVD, (unsigned)-1, 0, NULL, NULL); 498 498 CHECK("VDMerge()"); 499 499
Note:
See TracChangeset
for help on using the changeset viewer.