VirtualBox

Changeset 69964 in vbox


Ignore:
Timestamp:
Dec 6, 2017 9:31:47 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119467
Message:

HMSVMR0.cpp/hmR0SvmExitIntr: Log4 statement missing ES register.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r69945 r69964  
    60226022          "cs=%04x ss=%04x ds=%04x es=%04x fs=%04x gs=%04x efl=%08x\n",
    60236023          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));
    60266026    return VINF_EM_RAW_INTERRUPT;
    60276027}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette