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 060c7d02587..44eabe08d47 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -90,7 +90,7 @@ struct brw_compile { int loop_stack_array_size; }; -static INLINE struct brw_instruction *current_insn( struct brw_compile *p) +static inline struct brw_instruction *current_insn( struct brw_compile *p) { return &p->store[p->nr_insn]; } |