Changeset 99314 in vbox
- Timestamp:
- Apr 6, 2023 7:41:57 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r99231 r99314 2640 2640 else 2641 2641 { 2642 memset(pvBuf, 0xff, cb); 2642 /* Set the remaining buffer to a known value. */ 2643 memset(pvBuf, 0xff, cbRead); 2643 2644 PGM_UNLOCK(pVM); 2644 2645 return rcStrict2;
Note:
See TracChangeset
for help on using the changeset viewer.