i965: get the jmp distance by instruction index
[mesa.git] / src / mesa / drivers / dri / i965 / brw_eu.h
index c5a119f3f30663702a0d760bb0668dfdebe059f1..75642a524c4237859d76bfaf202c7b00217c1189 100644 (file)
@@ -1039,8 +1039,7 @@ struct brw_instruction *brw_CONT(struct brw_compile *p);
 struct brw_instruction *gen6_CONT(struct brw_compile *p);
 /* Forward jumps:
  */
-void brw_land_fwd_jump(struct brw_compile *p, 
-                      struct brw_instruction *jmp_insn);
+void brw_land_fwd_jump(struct brw_compile *p, int jmp_insn_idx);