VirtualBox

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


Ignore:
Timestamp:
Nov 15, 2011 10:54:22 AM (13 years ago)
Author:
vboxsync
Message:

nits from a few days back.

File:
1 edited

Legend:

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

    r39138 r39302  
    579579 * @param   pIemCpu             The per CPU IEM state.
    580580 */
    581 DECLINLINE(void) iemInitDecode(PIEMCPU pIemCpu)
     581DECLINLINE(void) iemInitDecoder(PIEMCPU pIemCpu)
    582582{
    583583    PCPUMCTX pCtx = pIemCpu->CTX_SUFF(pCtx);
     
    617617    uint8_t const cbOldOpcodes = pIemCpu->cbOpcode;
    618618#endif
    619     iemInitDecode(pIemCpu);
     619    iemInitDecoder(pIemCpu);
    620620
    621621    /*
     
    16901690                            uint64_t    uCr2)
    16911691{
    1692     NOREF(cbInstr); NOREF(uCr2);
     1692    NOREF(cbInstr);
    16931693
    16941694    /*
     
    19621962    pCtx->rip               = uNewEip;
    19631963    pCtx->rflags.u         &= ~fEflToClear;
     1964
     1965    if (fFlags & IEM_XCPT_FLAGS_CR2)
     1966        pCtx->cr2 = uCr2;
    19641967
    19651968    if (fFlags & IEM_XCPT_FLAGS_T_CPU_XCPT)
     
    55995602             || pOrgCtx->rip == 0x00100ffe
    56005603            )
     5604#endif
     5605#if 1
     5606       && pOrgCtx->rip == 0x9022bb3a
    56015607#endif
    56025608#if 0
     
    64236429VMM_INT_DECL(VBOXSTRICTRC) IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2)
    64246430{
     6431    iemInitDecoder(&pVCpu->iem.s);
     6432
    64256433    uint32_t fFlags;
    64266434    switch (enmType)
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