VirtualBox

Changeset 2554 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 9, 2007 12:46:25 PM (18 years ago)
Author:
vboxsync
Message:

Added EMInterpretRdtsc

File:
1 edited

Legend:

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

    r2505 r2554  
    16481648 * RDTSC Emulation.
    16491649 */
    1650 static int emInterpretRdtsc(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
     1650
     1651/**
     1652 * Interpret RDTSC
     1653 *
     1654 * @returns VBox status code.
     1655 * @param   pVM         The VM handle.
     1656 * @param   pRegFrame   The register frame.
     1657 *
     1658 */
     1659EMDECL(int) EMInterpretRdtsc(PVM pVM, PCPUMCTXCORE pRegFrame)
    16511660{
    16521661    unsigned uCR4 = CPUMGetGuestCR4(pVM);
     
    16611670
    16621671    return VINF_SUCCESS;
     1672}
     1673
     1674static int emInterpretRdtsc(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
     1675{
     1676    return EMInterpretRdtsc(pVM, pRegFrame);
    16631677}
    16641678
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