Changeset 44103 in vbox
- Timestamp:
- Dec 12, 2012 10:04:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r43808 r44103 1531 1531 InsertConfigString(pLunL0, "Driver", "NvramStorage"); 1532 1532 InsertConfigNode(pLunL0, "Config", &pCfg); 1533 InsertConfigInteger(pCfg, "Object", (uint 64_t)mNvram);1533 InsertConfigInteger(pCfg, "Object", (uintptr_t)mNvram); 1534 1534 #ifdef DEBUG_vvl 1535 1535 InsertConfigInteger(pCfg, "PermanentSave", 1);
Note:
See TracChangeset
for help on using the changeset viewer.