i965: Fix test_eu_validate.cpp
Broken by commit a7217e909c
("i965: Pass pointer and end of assembly
to brw_validate_instructions").
Reported-by: Aaron Watry <awatry@gmail.com>
This commit is contained in:
@@ -118,7 +118,7 @@ validate(struct brw_codegen *p)
|
||||
annotation.ann[annotation.ann_count].offset = p->next_insn_offset;
|
||||
}
|
||||
|
||||
bool ret = brw_validate_instructions(devinfo, p->store, 0,
|
||||
bool ret = brw_validate_instructions(p->devinfo, p->store, 0,
|
||||
p->next_insn_offset, &annotation);
|
||||
|
||||
if (print) {
|
||||
|
Reference in New Issue
Block a user