Changeset 106666 in vbox for trunk/src/VBox/VMM/VMMR3/PGM-armv8.cpp
- Timestamp:
- Oct 24, 2024 4:42:23 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM-armv8.cpp
r106389 r106666 781 781 VMCPU_ASSERT_EMT(pVCpu); 782 782 Assert(pWalk); 783 #ifndef DEBUG_aeichner 784 AssertReleaseFailed(); 785 RT_NOREF(pVCpu, GCPtr, pWalk); 786 return VERR_NOT_IMPLEMENTED; 787 #else 783 788 784 pWalk->fSucceeded = false; 789 785 … … 930 926 pWalk->GCPhys = (RTGCPHYS)(uPt & UINT64_C(0xfffffffff000)) | (GCPtr & (RTGCPTR)(_4K - 1)); 931 927 return VINF_SUCCESS; 932 #endif933 928 } 934 929
Note:
See TracChangeset
for help on using the changeset viewer.