VirtualBox

Changeset 73481 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 3, 2018 12:32:03 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124108
Message:

VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the new unwind info stuff deal correctly with ring-0 pointers and such. bugref:3897 [build fix]

File:
1 edited

Legend:

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

    r73479 r73481  
    25332533     */
    25342534#ifdef VMM_R0_SWITCH_STACK
    2535     uintptr_t off = VMMR0JMPBUF.SpResume - MMHyperCCToR0(pVCpu->pVMR3, pVCpu->vmm.s.pbEMTStackR3);
     2535    uintptr_t off = pVCpu->vmm.s.CallRing3JmpBufR0.SpResume - MMHyperCCToR0(pVCpu->pVMR3, pVCpu->vmm.s.pbEMTStackR3);
    25362536    AssertReturnVoid(off < VMM_STACK_SIZE);
    25372537#else
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