Changeset 61773 in vbox
- Timestamp:
- Jun 20, 2016 6:55:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PATMRC.cpp
r61018 r61773 112 112 if (!pCtxCore) 113 113 { 114 LogFlow(("PATMHandleWriteToPatchPage: Allow %#x writing %RRv LB %#x\n", pCtxCore->eip, GCPtr, cbWrite));114 LogFlow(("PATMHandleWriteToPatchPage: Allow writing %RRv LB %#x\n", GCPtr, cbWrite)); 115 115 STAM_COUNTER_INC(&pVM->patm.s.StatPatchWriteInterpreted); 116 116 STAM_PROFILE_ADV_STOP(&pVM->patm.s.StatPatchWriteDetect, a);
Note:
See TracChangeset
for help on using the changeset viewer.