Changeset 105148 in vbox
- Timestamp:
- Jul 4, 2024 12:22:03 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp
r105125 r105148 4037 4037 else 4038 4038 { 4039 Log(("iemCImpl_syscall: Converting pending debug events to a silent one (intel hack)\n",4039 Log(("iemCImpl_syscall: Converting pending %#x debug events to a silent one (intel hack)\n", 4040 4040 pVCpu->cpum.GstCtx.eflags.uBoth & CPUMCTX_DBG_HIT_DRX_MASK)); 4041 4041 pVCpu->cpum.GstCtx.eflags.uBoth = (pVCpu->cpum.GstCtx.eflags.uBoth & ~CPUMCTX_DBG_HIT_DRX_MASK)
Note:
See TracChangeset
for help on using the changeset viewer.