projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cee4b8
)
gallium: s/false/FALSE/
author
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 03:57:14 +0000
(20:57 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 10 Jan 2009 21:58:44 +0000
(14:58 -0700)
src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
index b9a75ae5591ce2db8e17a507a8d219603fc57637..071bc2015c7370fda5814a19e0ce1ab4f07b1a74 100644
(file)
--- a/
src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
+++ b/
src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c
@@
-443,7
+443,7
@@
void spe_init_func(struct spe_function *p, unsigned code_size)
p->regs[i] = 1;
}
- p->print =
false
;
+ p->print =
FALSE
;
p->indent = 0;
}