VirtualBox

Changeset 49720 in vbox for trunk/src


Ignore:
Timestamp:
Nov 29, 2013 11:04:07 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Added bugref comment.

File:
1 edited

Legend:

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

    r49719 r49720  
    50125012    if (!(pCtx->cr0 & X86_CR0_NE))
    50135013    {
    5014         PVM         pVM  = pVCpu->CTX_SUFF(pVM);
    5015         PDISSTATE   pDis = &pVCpu->hm.s.DisState;
    5016         unsigned    cbOp;
     5014        PVM       pVM  = pVCpu->CTX_SUFF(pVM);
     5015        PDISSTATE pDis = &pVCpu->hm.s.DisState;
     5016        unsigned  cbOp;
    50175017        int rc = EMInterpretDisasCurrent(pVM, pVCpu, pDis, &cbOp);
    50185018        if (RT_SUCCESS(rc))
    50195019        {
    5020             /* Convert a #MF into a FERR -> IRQ 13. */
     5020            /* Convert a #MF into a FERR -> IRQ 13. See @bugref{6117}. */
    50215021            rc = PDMIsaSetIrq(pVCpu->CTX_SUFF(pVM), 13, 1, 0 /*uTagSrc*/);
    50225022            if (RT_SUCCESS(rc))
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