VirtualBox

Changeset 30329 in vbox


Ignore:
Timestamp:
Jun 21, 2010 1:10:29 PM (14 years ago)
Author:
vboxsync
Message:

No need to call it twice

File:
1 edited

Legend:

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

    r30249 r30329  
    9393        return NULL;
    9494    Assert(idCpu < pVM->cCpus);
    95     return &pVM->aCpus[VMR3GetVMCPUId(pVM)];
     95    return &pVM->aCpus[idCpu];
    9696
    9797#elif defined(IN_RING0)
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