VirtualBox

Changeset 58557 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Nov 4, 2015 10:56:58 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103903
Message:

op_helper.c: Corrected assertion.

File:
1 edited

Legend:

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

    r53624 r58557  
    40954095
    40964096# ifdef VBOX_STRICT
    4097     if ((uint32_t)ECX != MSR_IA32_TSC) {
     4097    if ((uint32_t)ECX != MSR_IA32_TSC && (uint32_t)ECX != MSR_EFER) {
    40984098        if (cpu_rdmsr(env, (uint32_t)ECX, &val) != 0)
    40994099            val = 0;
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