VirtualBox

Ignore:
Timestamp:
Jun 16, 2008 1:13:18 PM (16 years ago)
Author:
vboxsync
Message:

Comment

File:
1 edited

Legend:

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

    r9720 r9721  
    22292229static int emInterpretRdmsr(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
    22302230{
     2231    /* Note: the intel manual claims there's a REX version of RDMSR that's slightly different, so we play safe by completely disassembling the instruction. */
    22312232    Assert(!(pCpu->prefix & PREFIX_REX));
    22322233    return EMInterpretRdmsr(pVM, pRegFrame);
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