VirtualBox

Changeset 47790 in vbox


Ignore:
Timestamp:
Aug 16, 2013 9:08:02 AM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMHM.cpp

    r47788 r47790  
    203203    {
    204204#ifdef VBOX_WITH_REM
    205         STAM_PROFILE_START(&pVCpu->em.s.StatREMEmu, a);
     205        STAM_PROFILE_START(&pVCpu->em.s.StatREMEmu, b);
    206206# ifndef VBOX_WITH_FIRST_IEM_STEP
    207207        Log(("EMINS[rem]: %04x:%RGv RSP=%RGv\n", pCtx->cs.Sel, (RTGCPTR)pCtx->rip, (RTGCPTR)pCtx->rsp));
     
    217217        rc = REMR3EmulateInstruction(pVM, pVCpu);
    218218        EMRemUnlock(pVM);
    219         STAM_PROFILE_STOP(&pVCpu->em.s.StatREMEmu, a);
     219        STAM_PROFILE_STOP(&pVCpu->em.s.StatREMEmu, b);
    220220#else  /* !VBOX_WITH_REM */
    221221        NOREF(pVM);
Note: See TracChangeset for help on using the changeset viewer.

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