Changeset 42782 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 11, 2012 11:19:17 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r42186 r42782 887 887 if (csamIsCodeScanned(pVM, pCurInstrGC + cbCurInstr, &pPage) == true) 888 888 { 889 /* We've scanned the next instruction(s) already. This means we've followed a branch that ended up there before -> dangerous!! */ 889 /* We've scanned the next instruction(s) already. This means we've 890 followed a branch that ended up there before -> dangerous!! */ 890 891 PATMR3DetectConflict(pVM, pCurInstrGC, pCurInstrGC + cbCurInstr); 891 892 break;
Note:
See TracChangeset
for help on using the changeset viewer.