From: Brian Paul Date: Wed, 12 Nov 2008 18:01:40 +0000 (-0700) Subject: cell: fix typo in EMIT_ macro X-Git-Tag: 062012170305~17580^2~496^2~306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f15e34cfadbeb460d22f9549511694c2bd27495;p=profile%2Fivi%2Fmesa.git cell: fix typo in EMIT_ macro --- 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)