Changeset 9720 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 16, 2008 1:12:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r9713 r9720 2144 2144 int rc; 2145 2145 2146 /* Note: works the same in 32 and 64 bits modes. */ 2146 /** @todo According to the Intel manuals, there's a REX version of RDMSR that is slightly different. 2147 * That version clears the high dwords of both RDX & RAX */ 2147 2148 rc = CPUMQueryGuestCtxPtr(pVM, &pCtx); 2148 2149 AssertRC(rc); … … 2228 2229 static int emInterpretRdmsr(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize) 2229 2230 { 2231 Assert(!(pCpu->prefix & PREFIX_REX)); 2230 2232 return EMInterpretRdmsr(pVM, pRegFrame); 2231 2233 }
Note:
See TracChangeset
for help on using the changeset viewer.