mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965/disasm: Fix s/xoo/xor/ typo.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
06501b3cf0
commit
f02f489295
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ static const char *const dp_dc1_msg_type_hsw[16] = {
|
|||
static const char * const aop[16] = {
|
||||
[BRW_AOP_AND] = "and",
|
||||
[BRW_AOP_OR] = "or",
|
||||
[BRW_AOP_XOR] = "xoo",
|
||||
[BRW_AOP_XOR] = "xor",
|
||||
[BRW_AOP_MOV] = "mov",
|
||||
[BRW_AOP_INC] = "inc",
|
||||
[BRW_AOP_DEC] = "dec",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue