Changeset 100759 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 31, 2023 2:33:14 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM-armv8.cpp
r100108 r100759 769 769 VMM_INT_DECL(int) PGMHCChangeMode(PVMCC pVM, PVMCPUCC pVCpu, PGMMODE enmGuestMode, bool fForce) 770 770 { 771 AssertReleaseFailed();771 //AssertReleaseFailed(); /** @todo Called by the PGM saved state code. */ 772 772 RT_NOREF(pVM, pVCpu, enmGuestMode, fForce); 773 return V ERR_NOT_SUPPORTED;773 return VINF_SUCCESS; 774 774 } 775 775
Note:
See TracChangeset
for help on using the changeset viewer.