Changeset 47434 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 27, 2013 1:34:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r46420 r47434 2190 2190 2191 2191 2192 #if defined(VBOX_WITH_FIRST_IEM_STEP) || defined(IN_RC) /* Latter for IOMRCIOPortHandler */ 2192 2193 /** 2193 2194 * [REP*] INSB/INSW/INSD … … 2232 2233 return IOMInterpretINSEx(pVM, pVCpu, pRegFrame, Port, pCpu->fPrefix, (DISCPUMODE)pCpu->uAddrMode, cb); 2233 2234 } 2235 #endif /* !IEM || RC */ 2234 2236 2235 2237 … … 2357 2359 2358 2360 2361 #if defined(VBOX_WITH_FIRST_IEM_STEP) || defined(IN_RC) /* Latter for IOMRCIOPortHandler */ 2359 2362 /** 2360 2363 * [REP*] OUTSB/OUTSW/OUTSD … … 2401 2404 return IOMInterpretOUTSEx(pVM, pVCpu, pRegFrame, Port, pCpu->fPrefix, (DISCPUMODE)pCpu->uAddrMode, cb); 2402 2405 } 2406 #endif /* !IEM || RC */ 2403 2407 2404 2408 #ifndef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.