Changeset 36861 in vbox for trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
- Timestamp:
- Apr 27, 2011 5:38:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r36762 r36861 493 493 VMMDECL(int) CPUMSetGuestTR(PVMCPU pVCpu, uint16_t tr) 494 494 { 495 AssertMsgFailed(("Need to load the hidden bits too!\n"));496 497 495 pVCpu->cpum.s.Guest.tr = tr; 498 496 pVCpu->cpum.s.fChanged |= CPUM_CHANGED_TR;
Note:
See TracChangeset
for help on using the changeset viewer.