VirtualBox

Changeset 19582 in vbox for trunk/src/VBox/VMM/VMM.cpp


Ignore:
Timestamp:
May 11, 2009 2:05:21 PM (16 years ago)
Author:
vboxsync
Message:

Wrong end of the stack

File:
1 edited

Legend:

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

    r19580 r19582  
    13011301        return VERR_INVALID_POINTER;
    13021302
    1303     memcpy(pvBuf, pVCpu->vmm.s.pbEMTStackR3 + offset, cbRead);
     1303    memcpy(pvBuf, pVCpu->vmm.s.pbEMTStackR3 + pVCpu->vmm.s.CallHostR0JmpBuf.cbSavedStack - offset, cbRead);
    13041304    return VINF_SUCCESS;
    13051305}
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