projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3b375
)
util: Use #ifdef instead of #if.
author
Vinson Lee
<vlee@vmware.com>
Sun, 22 Aug 2010 06:36:30 +0000
(23:36 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 22 Aug 2010 06:36:30 +0000
(23:36 -0700)
This is a typo fix of earlier commit
0f3b3751b8643352dcc242567b3696bd1505df1d
.
src/gallium/auxiliary/util/u_cpu_detect.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_cpu_detect.c
b/src/gallium/auxiliary/util/u_cpu_detect.c
index 5d0b16d28e162cd9490d95f10cdf833fda5a3b40..32519b148b6467fad3cb8bd8891d590d54521243 100644
(file)
--- a/
src/gallium/auxiliary/util/u_cpu_detect.c
+++ b/
src/gallium/auxiliary/util/u_cpu_detect.c
@@
-73,7
+73,7
@@
#endif
-#if DEBUG
+#if
def
DEBUG
DEBUG_GET_ONCE_BOOL_OPTION(dump_cpu, "GALLIUM_DUMP_CPU", FALSE)
#endif