diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index db40497751a..c14bbd961ab 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -390,7 +390,7 @@ void brw_CMP(struct brw_compile *p, void brw_untyped_atomic(struct brw_compile *p, struct brw_reg dest, - struct brw_reg mrf, + struct brw_reg payload, unsigned atomic_op, unsigned bind_table_index, unsigned msg_length, |