VirtualBox

Changeset 3210 in vbox for trunk/src/VBox/VMM/VMMGC


Ignore:
Timestamp:
Jun 21, 2007 1:43:17 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22170
Message:

Fixed a typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp

    r3207 r3210  
    765765        {
    766766            /* 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;
    768768        }
    769769
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette