VirtualBox

Changeset 46671 in vbox


Ignore:
Timestamp:
Jun 19, 2013 3:49:34 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: AMD-V bits.

File:
1 edited

Legend:

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

    r46670 r46671  
    42424242       DR6 and DR7 are updated to what the exception handler expects. See AMD spec. 15.12.2 "#DB (Debug)". */
    42434243    PVM pVM = pVCpu->CTX_SUFF(pVM);
    4244     rc = DBGFRZTrap01Handler(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx), pCtx->dr[6]);
     4244    int rc = DBGFRZTrap01Handler(pVM, pVCpu, CPUMCTX2CORE(pCtx), pCtx->dr[6]);
    42454245    if (rc == VINF_EM_RAW_GUEST_TRAP)
    42464246    {
     
    42634263        Event.n.u8Vector = X86_XCPT_DB;
    42644264        hmR0SvmSetPendingEvent(pVCpu, &Event, 0 /* GCPtrFaultAddress */);
     4265
    42654266        rc = VINF_SUCCESS;
    42664267    }
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