Changeset 9721 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Jun 16, 2008 1:13:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r9720 r9721 2229 2229 static int emInterpretRdmsr(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize) 2230 2230 { 2231 /* Note: the intel manual claims there's a REX version of RDMSR that's slightly different, so we play safe by completely disassembling the instruction. */ 2231 2232 Assert(!(pCpu->prefix & PREFIX_REX)); 2232 2233 return EMInterpretRdmsr(pVM, pRegFrame);
Note:
See TracChangeset
for help on using the changeset viewer.