Changeset 52310 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 7, 2014 11:47:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r52278 r52310 3915 3915 Log4(("Emulated VMMCall TPR access replacement at RIP=%RGv\n", pCtx->rip)); 3916 3916 bool fPatchFound = false; 3917 3918 /* 3919 * We do this in a loop as we increment the RIP after a successful emulation 3920 * and the new RIP may be a patched instruction which needs emulation as well. 3921 */ 3917 3922 for (;;) 3918 3923 {
Note:
See TracChangeset
for help on using the changeset viewer.