VirtualBox

Ignore:
Timestamp:
Oct 30, 2009 2:11:59 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54138
Message:

Main,Misc Devices: _LS VMSTATEs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r24039 r24191  
    40604060    ASMAtomicXchgBool(&pState->fMaybeOutOfSpace, true);
    40614061    STAM_PROFILE_START(&pState->StatRxOverflow, a);
    4062     while (RT_LIKELY(PDMDevHlpVMState(pState->CTX_SUFF(pDevIns)) == VMSTATE_RUNNING))
     4062    VMSTATE enmVMState;
     4063    while (RT_LIKELY(   (enmVMState = PDMDevHlpVMState(pState->CTX_SUFF(pDevIns))) == VMSTATE_RUNNING
     4064                     ||  enmVMState == VMSTATE_RUNNING_LS))
    40634065    {
    40644066        int rc2 = e1kCanReceive(pState);
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