Changeset 8839
- Timestamp:
- 05/15/08 12:05:49 (2 months ago)
- Files:
-
- trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified) (2 diffs)
- trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r8155 r8839 708 708 push xBP 709 709 mov xBP, xSP 710 pushf 710 711 711 712 ;/* Manual save and restore: … … 783 784 mov eax, VINF_SUCCESS 784 785 786 popf 785 787 pop xBP 786 788 %ifdef RT_ARCH_AMD64 trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r8815 r8839 1653 1653 return VINF_SUCCESS; 1654 1654 } 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; 1657 1657 } 1658 1658

