Changeset 69964 in vbox
- Timestamp:
- Dec 6, 2017 9:31:47 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69945 r69964 6022 6022 "cs=%04x ss=%04x ds=%04x es=%04x fs=%04x gs=%04x efl=%08x\n", 6023 6023 pCtx->eax, pCtx->ebx, pCtx->ecx, pCtx->edx, pCtx->esi, pCtx->edi, 6024 pCtx->eip, pCtx->esp, pCtx->ebp, pCtx->cs.Sel, pCtx->ss.Sel, pCtx->ds.Sel, pCtx->fs.Sel,6025 pCtx-> gs.Sel, pCtx->eflags.u32));6024 pCtx->eip, pCtx->esp, pCtx->ebp, 6025 pCtx->cs.Sel, pCtx->ss.Sel, pCtx->ds.Sel, pCtx->es.Sel, pCtx->fs.Sel, pCtx->gs.Sel, pCtx->eflags.u32)); 6026 6026 return VINF_EM_RAW_INTERRUPT; 6027 6027 }
Note:
See TracChangeset
for help on using the changeset viewer.