Changeset 44266 in vbox for trunk/src/VBox/VMM/VMMAll/EMAll.cpp
- Timestamp:
- Jan 10, 2013 11:38:26 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83146
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r43387 r44266 3497 3497 VMMDECL(int) EMInterpretRdmsr(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame) 3498 3498 { 3499 /** @todo According to the Intel manuals, there's a REX version of RDMSR that is slightly different.3500 * That version clears the high dwords of both RDX & RAX */3501 3499 NOREF(pVM); 3502 3500
Note:
See TracChangeset
for help on using the changeset viewer.