VirtualBox

Changeset 78599 in vbox


Ignore:
Timestamp:
May 20, 2019 2:56:38 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130661
Message:

PIC: Tweaked an assertion (see bugref:9463).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r78208 r78599  
    333333    Assert(pThis->aPics[0].CTX_SUFF(pDevIns) == pDevIns);
    334334    Assert(pThis->aPics[1].CTX_SUFF(pDevIns) == pDevIns);
    335     AssertMsg(iIrq < 16, ("iIrq=%d\n", iIrq));
     335    AssertMsgReturnVoid(iIrq < 16, ("iIrq=%d\n", iIrq));
    336336
    337337    Log(("picSetIrq %d %d\n", iIrq, iLevel));
Note: See TracChangeset for help on using the changeset viewer.

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