Disable tracing.

Wow! 4 commits for a simple thing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-09-21 10:21:57 +00:00
parent 249346009f
commit 77a9df0a47

View File

@ -26,7 +26,7 @@
#include "interrupts.h"
#define TRACE_TIMER
//#define TRACE_TIMER
#ifdef TRACE_TIMER
# define TRACE(x) dprintf x
#else