Changeset 3210 in vbox
- Timestamp:
- Jun 21, 2007 1:43:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r3207 r3210 765 765 { 766 766 /* First attempt to emulate directly before falling back to the recompiler */ 767 rc = ( pCpu->pCurInstr->optype & OPTYPE_PORTIO_WRITE) ? VINF_IOM_HC_IOPORT_WRITE : VINF_IOM_HC_IOPORT_READ;767 rc = (Cpu.pCurInstr->optype & OPTYPE_PORTIO_WRITE) ? VINF_IOM_HC_IOPORT_WRITE : VINF_IOM_HC_IOPORT_READ; 768 768 } 769 769
Note:
See TracChangeset
for help on using the changeset viewer.

