- Timestamp:
- Mar 9, 2010 5:38:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevHPET.cpp
r27226 r27229 491 491 pTimer->u64Period = (uint32_t)pTimer->u64Period; 492 492 } 493 if ((iNewValue & HPET_TN_INT_TYPE) == HPET_TIMER_TYPE_LEVEL) 493 if ((iNewValue & HPET_TN_INT_TYPE) == HPET_TIMER_TYPE_LEVEL) 494 494 { 495 495 LogRel(("level-triggered config not yet supported\n")); … … 1205 1205 1206 1206 /* Query configuration. */ 1207 #if 01207 #if 1 1208 1208 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fRCEnabled, true); 1209 1209 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.