VirtualBox

Changeset 102560 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Dec 10, 2023 9:00:59 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160706
Message:

VMM/DBGFDisas: Convert AssertReleaseFailed() -> AssertFailed() to make the VM process not crash in the testcase, bugref:10393

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp

    r101539 r102560  
    384384#if defined(VBOX_VMM_TARGET_ARMV8)
    385385    RT_NOREF(pVM, pVCpu, Sel, GCPtr, rc, fFlags, pszOutput, cbOutput, pcbInstr, pDisState);
    386     AssertReleaseFailed(); /** @todo */
     386    AssertFailed(); /** @todo */
    387387    return VERR_NOT_IMPLEMENTED;
    388388#else
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