Changeset 85948 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Aug 31, 2020 9:52:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r83134 r85948 880 880 * at the extended size. 881 881 */ 882 AssertLogRelMsgFailed(("DMI: RAM size %#RX64 too big for one type-17 descriptor, clipping to %#RX64\n",883 882 LogRel(("DMI: RAM size %#RX64 too big for one type-17 descriptor, clipping to %#RX64\n", 883 cbRamSize, (uint64_t)INT16_MAX * _1M)); 884 884 u16RamSizeM = INT16_MAX; 885 885 if (cbRamSize / _1M >= 0x8000000) {
Note:
See TracChangeset
for help on using the changeset viewer.