Fix userland build with tracing enabled.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include <debugger.h>
|
#include <debugger.h>
|
||||||
|
|
||||||
//#define TRACE_REFERENCEABLE
|
//#define TRACE_REFERENCEABLE
|
||||||
#ifdef TRACE_REFERENCEABLE
|
#if defined(TRACE_REFERENCEABLE) && defined(_KERNEL_MODE)
|
||||||
# include <tracing.h>
|
# include <tracing.h>
|
||||||
# define TRACE(x, ...) ktrace_printf(x, __VA_ARGS__);
|
# define TRACE(x, ...) ktrace_printf(x, __VA_ARGS__);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user