[Mesa-dev] [PATCH 06/10] i965/disasm: Align send instruction meta-information with dst.

Matt Turner mattst88 at gmail.com
Tue May 13 14:52:10 PDT 2014


Has been misaligned since we added instruction offset prefixes.
---
 src/mesa/drivers/dri/i965/brw_disasm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
index b9654a3..1de02e9 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965/brw_disasm.c
@@ -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);
-- 
1.8.3.2



More information about the mesa-dev mailing list