VirtualBox

Changeset 13698 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Oct 30, 2008 10:54:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38664
Message:

VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved the VMMR3FatalDump() code to a separate file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r13635 r13698  
    11021102         * a guru meditation (the alternative is a triple fault).
    11031103         */
    1104         RTGCUINTPTR cbStackUsed = (RTGCUINTPTR)VMMGetStackGC(pVM) - pRegFrame->esp;
     1104        RTRCUINTPTR cbStackUsed = (RTRCUINTPTR)VMMGetStackRC(pVM) - pRegFrame->esp;
    11051105        if (cbStackUsed > VMM_STACK_SIZE - _1K)
    11061106        {
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