From 6c98c8d578ab5feb65a9f6827a7e1bad11468575 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 22 Aug 2006 11:54:19 -0700 Subject: Get the wm program to parse. --- assembler/brw_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assembler/brw_structs.h') diff --git a/assembler/brw_structs.h b/assembler/brw_structs.h index b9e3059a..a5acbe3d 100644 --- a/assembler/brw_structs.h +++ b/assembler/brw_structs.h @@ -1053,7 +1053,7 @@ struct brw_instruction GLuint predicate_control:4; GLuint predicate_inverse:1; GLuint execution_size:3; - GLuint destreg__conditonalmod:4; /* destreg - send, conditionalmod - others */ + GLuint destreg__conditionalmod:4; /* destreg - send, conditionalmod - others */ GLuint pad0:2; GLuint debug_control:1; GLuint saturate:1; -- cgit v1.2.3