VirtualBox

Changeset 32954 in vbox


Ignore:
Timestamp:
Oct 6, 2010 3:54:53 PM (14 years ago)
Author:
vboxsync
Message:

rc code

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r32953 r32954  
    973973            RTThreadSleep(2);
    974974            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
     975            rc = VINF_SUCCESS;
    975976        }
    976977
  • trunk/src/VBox/VMM/EMHwaccm.cpp

    r32953 r32954  
    558558            RTThreadSleep(2);
    559559            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
     560            rc = VINF_SUCCESS;
    560561        }
    561562       
  • trunk/src/VBox/VMM/EMRaw.cpp

    r32953 r32954  
    15411541            RTThreadSleep(2);
    15421542            STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
     1543            rc = VINF_SUCCESS;
    15431544        }
    15441545        STAM_PROFILE_ADV_START(&pVCpu->em.s.StatRAWTail, d);
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