VirtualBox

Changeset 30846 in vbox


Ignore:
Timestamp:
Jul 14, 2010 3:39:25 PM (15 years ago)
Author:
vboxsync
Message:

DevRTC: No point calling LogRel when we are not in R3.

File:
1 edited

Legend:

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

    r29250 r30846  
    225225        TMTimerSet(s->CTX_SUFF(pPeriodicTimer), s->next_periodic_time);
    226226
     227#ifdef IN_RING3
    227228        if (period != s->CurPeriod)
    228229        {
     
    231232            s->CurPeriod = period;
    232233        }
     234#endif
    233235    } else {
    234236        if (TMTimerIsActive(s->CTX_SUFF(pPeriodicTimer)) && s->cRelLogEntries++ < 64)
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