VirtualBox

Ignore:
Timestamp:
Feb 19, 2021 10:03:56 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142875
Message:

VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using TMTIMERQUEUE::enmClock instead since the queue is always handy. bugref:9943

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/TMInline.h

    r87813 r87814  
    141141#ifdef VBOX_STRICT
    142142    TMTIMERSTATE const enmState = pTimer->enmState;
    143     Assert(  pTimer->enmClock == TMCLOCK_VIRTUAL_SYNC
     143    Assert(  pQueue->enmClock == TMCLOCK_VIRTUAL_SYNC
    144144           ? enmState == TMTIMERSTATE_ACTIVE
    145145           : enmState == TMTIMERSTATE_PENDING_SCHEDULE || enmState == TMTIMERSTATE_PENDING_STOP_SCHEDULE);
Note: See TracChangeset for help on using the changeset viewer.

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