VirtualBox

Changeset 66923 in vbox


Ignore:
Timestamp:
May 17, 2017 6:21:02 AM (8 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: nit.

File:
1 edited

Legend:

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

    r66876 r66923  
    40784078                        if (fRaiseInfo & IEMXCPTRAISEINFO_NMI_XCPT)
    40794079                            VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_BLOCK_NMIS);
    4080                     } else if (uIdtVector == X86_XCPT_PF) {
    4081                         /* If the previous exception was a #PF, we need to recover the CR2 value.
     4080                    }
     4081                    else if (uIdtVector == X86_XCPT_PF)
     4082                    {
     4083                        /*
     4084                         * If the previous exception was a #PF, we need to recover the CR2 value.
    40824085                         * This can't happen with shadow paging.
    40834086                         */
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