From: Brian Paul Date: Wed, 12 Nov 2008 18:01:40 +0000 (-0700) Subject: cell: fix typo in EMIT_ macro X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f15e34cfadbeb460d22f9549511694c2bd27495;p=mesa.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 d6a3c02f20c..4cde080a2c9 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)