VirtualBox

Changeset 19434 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 6, 2009 1:58:35 PM (16 years ago)
Author:
vboxsync
Message:

Further splitup of VMM (ring 0 jump buffer).

File:
1 edited

Legend:

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

    r19358 r19434  
    2828#include "VMMInternal.h"
    2929#include <VBox/vm.h>
     30#include <VBox/vmm.h>
    3031#include <VBox/param.h>
    3132#include <VBox/hwaccm.h>
     
    4344VMMDECL(RTRCPTR) VMMGetStackRC(PVM pVM)
    4445{
    45     return (RTRCPTR)pVM->vmm.s.pbEMTStackBottomRC;
     46    PVMCPU pVCpu = VMMGetCpu(pVM);
     47    Assert(pVCpu);
     48
     49    return (RTRCPTR)pVCpu->vmm.s.pbEMTStackBottomRC;
    4650}
    4751
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