VirtualBox

Changeset 31168 in vbox


Ignore:
Timestamp:
Jul 28, 2010 2:54:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64153
Message:

REM: fixed assertion.

File:
1 edited

Legend:

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

    r30862 r31168  
    38993899    if (cpu_rdmsr(env, (uint32_t)ECX, &val) != 0)
    39003900        val = 0;
    3901     AssertMsg(val == RT_MAKE_U32(EAX, EDX), ("idMsr=%#x val=%#llx eax:edx=%#llx\n", (uint32_t)ECX, val, RT_MAKE_U32(EAX, EDX)));
     3901    AssertMsg(val == RT_MAKE_U64(EAX, EDX), ("idMsr=%#x val=%#llx eax:edx=%#llx\n", (uint32_t)ECX, val, RT_MAKE_U64(EAX, EDX)));
    39023902#endif
    39033903}
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