Changeset 103014 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Jan 24, 2024 12:58:12 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r103005 r103014 682 682 } 683 683 #endif 684 ASMMemZeroPage(pvShw);684 RT_BZERO(pvShw, PAGE_SIZE); 685 685 STAM_PROFILE_STOP(&pPool->StatZeroPage, z); 686 686 pPage->cPresent = 0;
Note:
See TracChangeset
for help on using the changeset viewer.