VirtualBox

Changeset 58562 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Nov 4, 2015 1:37:47 PM (9 years ago)
Author:
vboxsync
Message:

REM: reverted r103903: op_helper.c: Corrected assertion.

File:
1 edited

Legend:

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

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