VirtualBox

Changeset 8839

Show
Ignore:
Timestamp:
05/15/08 12:05:49 (2 months ago)
Author:
vboxsync
Message:

Correctly restore IF in SVMVMRun

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy