VirtualBox

Ignore:
Timestamp:
Dec 18, 2014 2:52:16 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97325
Message:

cidet: release build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/cpu/cidet-core.cpp

    r53564 r53565  
    2424 * terms and conditions of either the GPL or the CDDL or both.
    2525 */
    26 
    27 
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
    31 #include "cidet.h"
    32 
    33 #include <iprt/assert.h>
    34 #include <iprt/rand.h>
    35 #include <iprt/param.h>
    36 #include <iprt/string.h>
    37 #include <VBox/err.h>
    38 #ifdef DEBUG_bird
    39 # include <VBox/dis.h>
    40 # include <iprt/stream.h>
    41 #endif
    4226
    4327
     
    6145/** @def CIDET_DPRINTF
    6246 * Debug printf. */
    63 #ifdef DEBUG_bird
     47#if 1 //def DEBUG_bird
    6448# define CIDET_DPRINTF(a)   do { RTPrintf a; } while (0)
     49# define CIDET_DPRINTF_ENABLED
    6550#else
    6651# define CIDET_DPRINTF(a)   do { } while (0)
     
    7156#if defined(DOXYGEN_RUNNING)
    7257# define CIDET_DEBUG_DISAS 1
     58#endif
     59
     60
     61/*******************************************************************************
     62*   Header Files                                                               *
     63*******************************************************************************/
     64#include "cidet.h"
     65
     66#include <iprt/assert.h>
     67#include <iprt/rand.h>
     68#include <iprt/param.h>
     69#include <iprt/string.h>
     70#include <VBox/err.h>
     71#if defined(CIDET_DPRINTF_ENABLED) || defined(CIDET_DEBUG_DISAS)
     72# include <VBox/dis.h>
     73# include <iprt/stream.h>
    7374#endif
    7475
     
    20652066
    20662067
     2068#ifdef CIDET_DEBUG_DISAS
    20672069/**
    20682070 * @callback_method_impl{FNDISREADBYTES}
     
    20752077    return VINF_SUCCESS;
    20762078}
     2079#endif
    20772080
    20782081
Note: See TracChangeset for help on using the changeset viewer.

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