diff options
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r-- | src/brw_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h index cd81e78..d93c39f 100644 --- a/src/brw_structs.h +++ b/src/brw_structs.h @@ -1319,7 +1319,7 @@ struct brw_instruction GLint UIP:16; } branch_2_offset; /* for Gen6, Gen7 2-offsets branch; for Gen7 1-offset branch */ - GLint JIP; /* used by Gen6 CALL instructions */ + GLint JIP; /* used by Gen6 CALL instructions; Gen7 JMPI */ struct { GLuint function:4; |