mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 00:06:09 +00:00
Fix the exitcode type for ENDIF to be D instead of UD.
Fixes the endif test.
This commit is contained in:
parent
7c3ba4d49d
commit
f45ac8b2cc
@ -417,7 +417,7 @@ specialinstruction: NOP
|
|||||||
bzero(&$$, sizeof($$));
|
bzero(&$$, sizeof($$));
|
||||||
$$.header.opcode = $1;
|
$$.header.opcode = $1;
|
||||||
$$.bits1.da1.src1_reg_file = BRW_IMMEDIATE_VALUE;
|
$$.bits1.da1.src1_reg_file = BRW_IMMEDIATE_VALUE;
|
||||||
$$.bits1.da1.src1_reg_type = BRW_REGISTER_TYPE_UD;
|
$$.bits1.da1.src1_reg_type = BRW_REGISTER_TYPE_D;
|
||||||
$$.bits3.if_else.pop_count = 1;
|
$$.bits3.if_else.pop_count = 1;
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user