Changeset 74659 in vbox
- Timestamp:
- Oct 8, 2018 6:37:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h
r74649 r74659 6601 6601 return VINF_SUCCESS; 6602 6602 } 6603 Log(("IEM: Invalid TPR MSR write -> #GP(0)\n", pVCpu->cpum.GstCtx.ecx, uValue.s.Hi, uValue.s.Lo));6603 Log(("IEM: Invalid TPR MSR write (%#x,%#x) -> #GP(0)\n", uValue.s.Hi, uValue.s.Lo)); 6604 6604 return iemRaiseGeneralProtectionFault0(pVCpu); 6605 6605 }
Note:
See TracChangeset
for help on using the changeset viewer.