VirtualBox

Changeset 23 in vbox for trunk/src/VBox/VMM/PATM/VMMAll


Ignore:
Timestamp:
Jan 15, 2007 2:08:28 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17451
Message:

string.h & stdio.h + header cleanups.

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 to Id
    r1 r23  
     1/* $Id$ */
    12/** @file
    2  *
    33 * CSAM - Guest OS Code Scanning and Analysis Manager - Any Context
    44 */
     
    4343#include <VBox/dis.h>
    4444#include <VBox/disopcode.h>
    45 #include <string.h>
     45#include <iprt/string.h>
    4646#include <iprt/asm.h>
    4747
     
    155155    if(fScanned)
    156156        ASMBitSet(pVM->csam.s.CTXSUFF(pPDBitmap)[pgdir], bit);
    157     else 
     157    else
    158158        ASMBitClear(pVM->csam.s.CTXSUFF(pPDBitmap)[pgdir], bit);
    159159
  • trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp

    • Property svn:keywords changed from Author Date Id Revision to Id
    r1 r23  
     1/* $Id$ */
    12/** @file
    2  *
    33 * PATM - The Patch Manager, all contexts.
    44 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette