VirtualBox

Ignore:
Timestamp:
Mar 19, 2009 8:58:55 AM (16 years ago)
Author:
vboxsync
Message:

recompiler adaption of r44723

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/op_helper.c

    r17045 r18082  
    38873887            break;
    38883888        }
     3889        case MSR_IA32_TSC:
    38893890        case MSR_K8_TSC_AUX:
    3890             val = cpu_rdmsr(env, MSR_K8_TSC_AUX);
     3891            val = cpu_rdmsr(env, (uint32_t)ECX);
    38913892            break;
    38923893#endif /* VBOX */
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