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:
Matt Turner
2014-05-08 16:06:33 -07:00
parent e00fe451b8
commit cce3bea2a7

View File

@@ -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);