VirtualBox

Changeset 27229 in vbox for trunk/src


Ignore:
Timestamp:
Mar 9, 2010 5:38:11 PM (15 years ago)
Author:
vboxsync
Message:

HPET: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevHPET.cpp

    r27226 r27229  
    491491                pTimer->u64Period = (uint32_t)pTimer->u64Period;
    492492            }
    493             if ((iNewValue & HPET_TN_INT_TYPE) == HPET_TIMER_TYPE_LEVEL) 
     493            if ((iNewValue & HPET_TN_INT_TYPE) == HPET_TIMER_TYPE_LEVEL)
    494494            {
    495495                LogRel(("level-triggered config not yet supported\n"));
     
    12051205
    12061206    /* Query configuration. */
    1207 #if 0
     1207#if 1
    12081208    rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fRCEnabled, true);
    12091209    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette