mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 02:10:37 +02:00
cell: fix typo in EMIT_ macro
This commit is contained in:
parent
a35210b516
commit
7f15e34cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue