mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 09:00:10 +01:00
i965/disasm: Align send instruction meta-information with dst.
Has been misaligned since we added instruction offset prefixes. Acked-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
e00fe451b8
commit
cce3bea2a7
1 changed files with 1 additions and 0 deletions
|
|
@ -1235,6 +1235,7 @@ int brw_disasm (FILE *file, struct brw_instruction *inst, int gen, bool is_compa
|
|||
pad (file, 16);
|
||||
space = 0;
|
||||
|
||||
fprintf (file, " ");
|
||||
if (gen >= 6) {
|
||||
err |= control (file, "target function", target_function_gen6,
|
||||
target, &space);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue