VirtualBox

Changeset 73479 in vbox for trunk/src


Ignore:
Timestamp:
Aug 3, 2018 12:31:17 PM (6 years ago)
Author:
vboxsync
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

    r73478 r73479  
    25332533     */
    25342534#ifdef VMM_R0_SWITCH_STACK
    2535     uintptr_t off = VMMR0JMPBUF.SpResume - MMHyperCCToR0(pVCpu->pVM, pVCpu->vmm.s.pbEMTStackR3);
     2535    uintptr_t off = VMMR0JMPBUF.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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette