Enable INTEL_DEBUG environment variable.

This commit is contained in:
Eric Anholt
2007-05-21 11:08:55 -07:00
parent 2b325a9f32
commit b0b84529cf
+1 -1
View File
@@ -342,7 +342,7 @@ __memcpy(void *to, const void *from, size_t n)
/* ================================================================
* Debugging:
*/
#define DO_DEBUG 0
#define DO_DEBUG 1
#if DO_DEBUG
extern int INTEL_DEBUG;
#else