mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
i965g: Fix assert.
This commit is contained in:
parent
ad80009c88
commit
bfc34c8804
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ void brw_land_fwd_jump(struct brw_compile *p,
|
|||
jmpi = 2;
|
||||
|
||||
assert(jmp_insn->header.opcode == BRW_OPCODE_JMPI);
|
||||
assert(jmp_insn->bits1.da1.src1_reg_file = BRW_IMMEDIATE_VALUE);
|
||||
assert(jmp_insn->bits1.da1.src1_reg_file == BRW_IMMEDIATE_VALUE);
|
||||
|
||||
jmp_insn->bits3.ud = jmpi * ((landing - jmp_insn) - 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue