Changeset 103354 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Feb 14, 2024 2:09:08 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r103017 r103354 2453 2453 uint8_t *pbBuf1 = pbPage1; 2454 2454 uint8_t *pbBuf2 = &pbPage2[PAGE_SIZE - cbBuf]; /* Put it up against the tail guard */ 2455 memset(pbPage1, ~bFiller1, PAGE_SIZE);2456 memset(pbPage2, ~bFiller2, PAGE_SIZE);2455 memset(pbPage1, (uint8_t)~bFiller1, PAGE_SIZE); 2456 memset(pbPage2, (uint8_t)~bFiller2, PAGE_SIZE); 2457 2457 memset(pbBuf1, bFiller1, cbBuf); 2458 2458 memset(pbBuf2, bFiller2, cbBuf);
Note:
See TracChangeset
for help on using the changeset viewer.