Fix the exitcode type for ENDIF to be D instead of UD.

Fixes the endif test.
This commit is contained in:
Eric Anholt 2006-09-01 12:29:23 -07:00 committed by Damien Lespiau
parent 7c3ba4d49d
commit f45ac8b2cc

View File

@ -417,7 +417,7 @@ specialinstruction: NOP
bzero(&$$, sizeof($$));
$$.header.opcode = $1;
$$.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;
}
;