VirtualBox

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


Ignore:
Timestamp:
May 15, 2008 10:05:49 AM (17 years ago)
Author:
vboxsync
Message:

Correctly restore IF in SVMVMRun

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r8155 r8839  
    708708    push    xBP
    709709    mov     xBP, xSP
     710    pushf
    710711
    711712    ;/* Manual save and restore:
     
    783784    mov     eax, VINF_SUCCESS
    784785
     786    popf
    785787    pop     xBP
    786788%ifdef RT_ARCH_AMD64
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r8815 r8839  
    16531653        return VINF_SUCCESS;
    16541654    }
    1655     /** @todo r=bird: we shouldn't ignore returns codes like this... I'm 99% sure the error is fatal. */
    1656     return VERR_EM_INTERPRETER;
     1655    AssertRC(rc);
     1656    return rc;
    16571657}
    16581658
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