cell: fix typo in EMIT_ macro

This commit is contained in:
Brian Paul 2008-11-12 11:01:40 -07:00
parent a35210b516
commit 7f15e34cfa

View file

@ -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)