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:
@@ -1235,6 +1235,7 @@ int brw_disasm (FILE *file, struct brw_instruction *inst, int gen, bool is_compa
|
|||||||
pad (file, 16);
|
pad (file, 16);
|
||||||
space = 0;
|
space = 0;
|
||||||
|
|
||||||
|
fprintf (file, " ");
|
||||||
if (gen >= 6) {
|
if (gen >= 6) {
|
||||||
err |= control (file, "target function", target_function_gen6,
|
err |= control (file, "target function", target_function_gen6,
|
||||||
target, &space);
|
target, &space);
|
||||||
|
Reference in New Issue
Block a user