Changeset 27853 in vbox
- Timestamp:
- Mar 31, 2010 8:24:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r27852 r27853 2204 2204 rc = CFGMR3InsertInteger(pCfg, "SmcEnabled", fSmcEnabled); RC_CHECK(); 2205 2205 rc = CFGMR3InsertInteger(pCfg, "ShowRtc", fExtProfile); RC_CHECK(); 2206 rc = CFGMR3InsertInteger(pCfg, "ShowNic", fExtProfile); RC_CHECK();2207 2206 2208 2207 rc = CFGMR3InsertInteger(pCfg, "ShowCpu", fShowCpu); RC_CHECK(); … … 3553 3552 #endif /* !VBOX_WITH_GUEST_CONTROL */ 3554 3553 } 3554
Note:
See TracChangeset
for help on using the changeset viewer.