Changeset 94477 in vbox
- Timestamp:
- Apr 5, 2022 6:11:16 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r94369 r94477 3370 3370 pHlp->pfnPrintf(pHlp, ", %'lld.%lld GB", 3371 3371 pLeaf->Value.Integer.u64 / _1G, 3372 (pLeaf->Value.Integer.u64 % _1G) / (_1G / 10));3372 (pLeaf->Value.Integer.u64 % _1G) / _1K * 10 / _1M); 3373 3373 } 3374 3374 pHlp->pfnPrintf(pHlp, ")\n");
Note:
See TracChangeset
for help on using the changeset viewer.

