Changeset 101221 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 21, 2023 12:21:13 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp
r100940 r101221 212 212 AssertReturnVoid(pcPhysAddrWidth); 213 213 AssertReturnVoid(pcLinearAddrWidth); 214 AssertReleaseFailed();215 RT_NOREF(pVM);214 *pcPhysAddrWidth = pVM->cpum.s.GuestFeatures.cMaxPhysAddrWidth; 215 *pcLinearAddrWidth = pVM->cpum.s.GuestFeatures.cMaxLinearAddrWidth; 216 216 } 217 217
Note:
See TracChangeset
for help on using the changeset viewer.