mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
pan/decode: Fix SYNC_SET32 double dots
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Fixes: 3778df8778 ("pan/decode: Untangle CS disassembling and interpretation")
Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37396>
This commit is contained in:
parent
4aebb4227a
commit
664a83e413
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ print_cs_instr(FILE *fp, const uint64_t *instr)
|
|||
|
||||
case MALI_CS_OPCODE_SYNC_SET32: {
|
||||
cs_unpack(instr, CS_SYNC_SET32, I);
|
||||
fprintf(fp, "SYNC_SET32.%s%s [d%u], r%u, #%x, #%u",
|
||||
fprintf(fp, "SYNC_SET32%s%s [d%u], r%u, #%x, #%u",
|
||||
I.error_propagate ? ".error_propagate" : "",
|
||||
I.scope == MALI_CS_SYNC_SCOPE_CSG ? ".csg" : ".system", I.address,
|
||||
I.data, I.wait_mask, I.signal_slot);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue