VirtualBox

Changeset 97331 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 28, 2022 8:42:43 AM (2 years ago)
Author:
vboxsync
Message:

VMM/EMAll: Shut up harmless assertion in EMHistoryUpdateFlagsAndTypeAndPC that got triggered by bs3-cpu-weird-1 in VT-x mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r97218 r97331  
    822822{
    823823    VMCPU_ASSERT_EMT(pVCpu);
    824     Assert(uFlatPC != UINT64_MAX);
     824    //Assert(uFlatPC != UINT64_MAX); - disable to make the pc wrapping tests in bs3-cpu-weird-1 work.
    825825
    826826    /*
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