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:
Matt Turner
2017-05-16 11:43:57 -07:00
parent b5437fc05c
commit 169e1e26ee

View File

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