Changeset 3210 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Jun 21, 2007 1:43:17 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22170
- File:
-
- 1 edited
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.