VirtualBox

Changeset 47683 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 12, 2013 11:09:09 PM (11 years ago)
Author:
vboxsync
Message:

build fix + adj.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r47682 r47683  
    236236                     * must be cleared by software.
    237237                     *
    238                      * The following section says the GD bit is always cleared
    239                      * when generating a #DB so the handler can safely access
    240                      * the debug registers.
     238                     * The following sub chapters says the GD bit is always
     239                     * cleared when generating a #DB so the handler can safely
     240                     * access the debug registers.
    241241                     */
    242242                    pCtx->dr[6] &= ~X86_DR6_B_MASK;
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r47682 r47683  
    91559155         * Note that the I/O breakpoint type is undefined if CR4.DE is 0.
    91569156         */
    9157         int rc2 = hmR0VmxSaveGuestDR7(pVCpu, pMixedCtx);
     9157        rc2 = hmR0VmxSaveGuestDR7(pVCpu, pMixedCtx);
    91589158        AssertRCReturn(rc2, rc2);
    91599159
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