- Timestamp:
- Jun 17, 2013 12:55:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r46557 r46587 1973 1973 uint8_t abInstr[15]; 1974 1974 1975 /* Replacing two instructions now. */ 1975 /* Replacing the two instructions above with an AMD-V specific lock-prefixed 32-bit MOV CR8 instruction so as to 1976 access CR8 in 32-bit mode and not cause a #VMEXIT. */ 1976 1977 rc = PGMPhysSimpleReadGCPtr(pVCpu, &pPatch->aOpcode, pCtx->rip, cbOpMmio + cbOp); 1977 1978 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.