VirtualBox

Changeset 102559 in vbox


Ignore:
Timestamp:
Dec 9, 2023 4:56:44 PM (12 months ago)
Author:
vboxsync
Message:

VMM/DBGFStack: 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/DBGFStack.cpp

    r102545 r102559  
    888888#if defined(VBOX_VMM_TARGET_ARMV8)
    889889        RT_NOREF(pAddrFrame, pAddrStack);
    890         AssertReleaseFailed();
     890        AssertFailed();
    891891        rc = VERR_NOT_IMPLEMENTED;
    892892#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