Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / u_cpu_detect.c
index 79da996a7aa5952d47dfcfa612608e9913719193..ab064957382c1fd77c9e64fa49159c8f450d4cee 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include "pipe/p_config.h"
+#include "pipe/p_compiler.h"
 
 #include "util/u_debug.h"
 #include "u_cpu_detect.h"
@@ -83,7 +84,7 @@
 
 
 #ifdef DEBUG
-DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
+DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", false)
 #endif