Changeset 16307 in vbox
- Timestamp:
- Jan 28, 2009 1:21:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r16306 r16307 1222 1222 ComAssertComRCThrowRC(rc); 1223 1223 /* VBox stores that in MByte */ 1224 ullMemSizeVBox = memSizeVBox2 * _1M;1224 ullMemSizeVBox = (uint64_t)memSizeVBox2 * _1M; 1225 1225 } 1226 1226 vsd->addEntry(VirtualSystemDescriptionType_Memory, "", toString<uint64_t>(vs.ullMemorySize), toString<uint64_t>(ullMemSizeVBox));
Note:
See TracChangeset
for help on using the changeset viewer.