mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
Fixed emit_RRR
This commit is contained in:
parent
4c9cd725d5
commit
367774a62a
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ static void emit_RRR(struct spe_function *p, unsigned op, unsigned rT,
|
|||
assert(p->num_inst <= p->max_inst);
|
||||
if (p->print) {
|
||||
indent(p);
|
||||
printf("%s\tr%d, r%d, r%d, r%d\n", rem_prefix(name), rT, rA, rB, rB);
|
||||
printf("%s\tr%d, r%d, r%d, r%d\n", rem_prefix(name), rT, rA, rB, rC);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue