cell: fix non-debug build error
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 15:43:11 +0000 (09:43 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 12 Sep 2008 15:43:11 +0000 (09:43 -0600)
src/gallium/drivers/cell/ppu/cell_context.c

index 71f1a3049d1b1e66117f5f840a6816c9f2ae4631..0a5c0baa471c2a6087a59ef5933a98963ec7edb6 100644 (file)
@@ -85,13 +85,11 @@ cell_draw_create(struct cell_context *cell)
 }
 
 
-#ifdef DEBUG
 static const struct debug_named_value cell_debug_flags[] = {
    {"checker", CELL_DEBUG_CHECKER},/**< modulate tile clear color by SPU ID */
    {"sync", CELL_DEBUG_SYNC},      /**< SPUs do synchronous DMA */
    {NULL, 0}
 };
-#endif
 
 
 struct pipe_context *