panfrost/midgard: Typofix
Reported-by: Ryan Houdek <Sonicadvance1@gmail.com> Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
@@ -548,7 +548,7 @@ static char *load_store_opcode_names[256] = {
|
||||
[midgard_op_atomic_umin] = "atomic_umin",
|
||||
[midgard_op_atomic_imax] = "atomic_imax",
|
||||
[midgard_op_atomic_umax] = "atomic_umax",
|
||||
[midgard_op_atomic_umax] = "atomic_xchg",
|
||||
[midgard_op_atomic_xchg] = "atomic_xchg",
|
||||
|
||||
[midgard_op_ld_char] = "ld_char",
|
||||
[midgard_op_ld_char2] = "ld_char2",
|
||||
|
||||
Reference in New Issue
Block a user