- Timestamp:
- Jan 10, 2024 3:40:36 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUM.cpp
r102799 r102804 3806 3806 { 3807 3807 LogRel(("CPUM: WARNING! Cannot fully map RAM of %' Rhcb (%RU64 bytes) as it exceeds maximum physical-address (%#RX64)\n", 3808 cbRam, cbRam, cbRamHole, cbRamHole, GCPhysEndMax - 1));3808 GCPhysEnd, GCPhysEnd, GCPhysEndMax - 1)); 3809 3809 } 3810 3810
Note:
See TracChangeset
for help on using the changeset viewer.