mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
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:
parent
b5437fc05c
commit
169e1e26ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue