mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 11:20:41 +01:00
i965/fs: Fix the build
This commit is contained in:
parent
83669fac9d
commit
eedbce9c63
1 changed files with 1 additions and 1 deletions
|
|
@ -2975,7 +2975,7 @@ fs_visitor::lower_load_payload()
|
|||
|
||||
foreach_block_and_inst_safe (block, fs_inst, inst, cfg) {
|
||||
int dst_reg;
|
||||
} if (inst->dst.file == GRF) {
|
||||
if (inst->dst.file == GRF) {
|
||||
dst_reg = vgrf_to_reg[inst->dst.reg];
|
||||
} else {
|
||||
/* MRF */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue