- Timestamp:
- Jun 25, 2021 11:00:55 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r87594 r89911 188 188 if ( pVM->dbgf.s.aHwBreakpoints[iBp].fType == X86_DR7_RW_IO 189 189 && 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) 191 191 { 192 192 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.