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