VirtualBox

Changeset 14247 in vbox for trunk


Ignore:
Timestamp:
Nov 17, 2008 11:07:44 AM (16 years ago)
Author:
vboxsync
Message:

Rdtsc: must clear the high dwords.

File:
1 edited

Legend:

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

    r14082 r14247  
    24402440
    24412441    /* Same behaviour in 32 & 64 bits mode */
    2442     pRegFrame->eax = uTicks;
    2443     pRegFrame->edx = (uTicks >> 32ULL);
     2442    pRegFrame->rax = uTicks;
     2443    pRegFrame->rdx = (uTicks >> 32ULL);
    24442444
    24452445    return VINF_SUCCESS;
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