VirtualBox

Changeset 49481 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 14, 2013 3:18:56 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r48442 r49481  
    190190    pVCpu->em.s.MWait.fWait |= EMMWAIT_FLAG_MONITOR_ACTIVE;
    191191    /** @todo Make use of GCPhys. */
     192    NOREF(GCPhys);
    192193    /** @todo Complete MONITOR implementation.  */
    193194    return VINF_SUCCESS;
     
    419420DECLINLINE(int) emDisCoreOne(PVM pVM, PVMCPU pVCpu, PDISCPUSTATE pDis, RTGCUINTPTR InstrGC, uint32_t *pOpsize)
    420421{
     422    NOREF(pVM);
    421423    return DISInstrWithReader(InstrGC, (DISCPUMODE)pDis->uCpuMode, emReadBytes, pVCpu, pDis, pOpsize);
    422424}
     
    472474                                        PDISCPUSTATE pDis, unsigned *pcbInstr)
    473475{
     476    NOREF(pVM);
    474477    Assert(pCtxCore == CPUMGetGuestCtxCore(pVCpu));
    475478    DISCPUMODE enmCpuMode = CPUMGetGuestDisMode(pVCpu);
     
    33523355static int emInterpretSmsw(PVM pVM, PVMCPU pVCpu, PDISCPUSTATE pDis, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    33533356{
     3357    NOREF(pvFault); NOREF(pcbSize);
    33543358    DISQPVPARAMVAL param1;
    33553359    uint64_t    cr0 = CPUMGetGuestCR0(pVCpu);
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