Mesa (gallium-0.2): cell: fix typo in EMIT_ macro

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 12 18:09:56 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 7f15e34cfadbeb460d22f9549511694c2bd27495
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f15e34cfadbeb460d22f9549511694c2bd27495

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Nov 12 11:01:40 2008 -0700

cell: fix typo in EMIT_ macro

---

 src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
index d6a3c02..4cde080 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
+++ b/src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h
@@ -100,7 +100,7 @@ extern void spe_comment(struct spe_function *p, int rel_indent, const char *s);
 #endif /* RTASM_PPC_SPE_H */
 
 #ifndef EMIT_
-#define EMIT_(name, _op) \
+#define EMIT_(_name, _op) \
     extern void _name (struct spe_function *p, unsigned rT)
 #define EMIT_R(_name, _op) \
     extern void _name (struct spe_function *p, unsigned rT, unsigned rA)




More information about the mesa-commit mailing list