Changeset 23 in vbox for trunk/src/VBox/VMM/PATM/VMMAll
- Timestamp:
- Jan 15, 2007 2:08:28 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17451
- Location:
- trunk/src/VBox/VMM/PATM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r23 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * CSAM - Guest OS Code Scanning and Analysis Manager - Any Context 4 4 */ … … 43 43 #include <VBox/dis.h> 44 44 #include <VBox/disopcode.h> 45 #include < string.h>45 #include <iprt/string.h> 46 46 #include <iprt/asm.h> 47 47 … … 155 155 if(fScanned) 156 156 ASMBitSet(pVM->csam.s.CTXSUFF(pPDBitmap)[pgdir], bit); 157 else 157 else 158 158 ASMBitClear(pVM->csam.s.CTXSUFF(pPDBitmap)[pgdir], bit); 159 159 -
Property svn:keywords
changed from
-
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
-
Property svn:keywords
changed from
Author Date Id Revision
toId
r1 r23 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * PATM - The Patch Manager, all contexts. 4 4 */ -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.