Changeset 31168 in vbox
- Timestamp:
- Jul 28, 2010 2:54:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64153
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/op_helper.c
r30862 r31168 3899 3899 if (cpu_rdmsr(env, (uint32_t)ECX, &val) != 0) 3900 3900 val = 0; 3901 AssertMsg(val == RT_MAKE_U 32(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))); 3902 3902 #endif 3903 3903 }
Note:
See TracChangeset
for help on using the changeset viewer.