VirtualBox

Changeset 101221 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 21, 2023 12:21:13 PM (16 months ago)
Author:
vboxsync
Message:

VMM/CPUMAllRegs-armv8.cpp: Implement CPUMGetGuestAddrWidths(), bugref:10525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs-armv8.cpp

    r100940 r101221  
    212212    AssertReturnVoid(pcPhysAddrWidth);
    213213    AssertReturnVoid(pcLinearAddrWidth);
    214     AssertReleaseFailed();
    215     RT_NOREF(pVM);
     214    *pcPhysAddrWidth   = pVM->cpum.s.GuestFeatures.cMaxPhysAddrWidth;
     215    *pcLinearAddrWidth = pVM->cpum.s.GuestFeatures.cMaxLinearAddrWidth;
    216216}
    217217
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette