VirtualBox

Ignore:
Timestamp:
Jun 11, 2010 1:26:50 PM (15 years ago)
Author:
vboxsync
Message:

VMMGetStackRC change

File:
1 edited

Legend:

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

    r28800 r30160  
    3636 *
    3737 * @returns bottom of the stack.
    38  * @param   pVM         The VM handle.
     38 * @param   pVCpu       The VMCPU handle.
    3939 */
    40 VMMDECL(RTRCPTR) VMMGetStackRC(PVM pVM)
     40VMMDECL(RTRCPTR) VMMGetStackRC(PVMCPU pVCpu)
    4141{
    42     PVMCPU pVCpu = VMMGetCpu(pVM);
    43     Assert(pVCpu);
    44 
    4542    return (RTRCPTR)pVCpu->vmm.s.pbEMTStackBottomRC;
    4643}
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