VirtualBox

Changeset 89911 in vbox for trunk


Ignore:
Timestamp:
Jun 25, 2021 11:00:55 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145369
Message:

VMM/DBGFAll: Fix todo

File:
1 edited

Legend:

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

    r87594 r89911  
    188188            if (   pVM->dbgf.s.aHwBreakpoints[iBp].fType == X86_DR7_RW_IO
    189189                && pVM->dbgf.s.aHwBreakpoints[iBp].fEnabled
    190                 && pVM->dbgf.s.aHwBreakpoints[iBp].hBp   == NIL_DBGFBP) /** @todo r=bird: this cannot be right... */
     190                && pVM->dbgf.s.aHwBreakpoints[iBp].hBp   != NIL_DBGFBP)
    191191            {
    192192                uint8_t  cbReg      = pVM->dbgf.s.aHwBreakpoints[iBp].cb; Assert(RT_IS_POWER_OF_TWO(cbReg));
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