VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2013 1:34:28 AM (12 years ago)
Author:
vboxsync
Message:

HMR0VMX.cpp: INS/OUTS todo update.

File:
1 edited

Legend:

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

    r46420 r47434  
    21902190
    21912191
     2192#if defined(VBOX_WITH_FIRST_IEM_STEP) || defined(IN_RC) /* Latter for IOMRCIOPortHandler */
    21922193/**
    21932194 * [REP*] INSB/INSW/INSD
     
    22322233    return IOMInterpretINSEx(pVM, pVCpu, pRegFrame, Port, pCpu->fPrefix, (DISCPUMODE)pCpu->uAddrMode, cb);
    22332234}
     2235#endif /* !IEM || RC */
    22342236
    22352237
     
    23572359
    23582360
     2361#if defined(VBOX_WITH_FIRST_IEM_STEP) || defined(IN_RC) /* Latter for IOMRCIOPortHandler */
    23592362/**
    23602363 * [REP*] OUTSB/OUTSW/OUTSD
     
    24012404    return IOMInterpretOUTSEx(pVM, pVCpu, pRegFrame, Port, pCpu->fPrefix, (DISCPUMODE)pCpu->uAddrMode, cb);
    24022405}
     2406#endif /* !IEM || RC */
    24032407
    24042408#ifndef IN_RC
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