Changeset 14895 in vbox for trunk/src/VBox
- Timestamp:
- Dec 2, 2008 12:01:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp
r12989 r14895 87 87 * so we'll bitch if this is not a BS event. 88 88 */ 89 AssertMsg(uDr6 & X86_DR6_BS, ("hey! we're not doing guest BPs yet! dr6=%RTreg %04x:%08 \n",89 AssertMsg(uDr6 & X86_DR6_BS, ("hey! we're not doing guest BPs yet! dr6=%RTreg %04x:%08x\n", 90 90 uDr6, pRegFrame->cs, pRegFrame->eip)); 91 91 /** @todo virtualize DRx. */
Note:
See TracChangeset
for help on using the changeset viewer.