Changeset 8839 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 15, 2008 10:05:49 AM (17 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.