mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
radeonsi: don't use the emit qt keyword in si_init_atom
It confuses my editor.
This commit is contained in:
parent
379e3382e8
commit
7dc8a3497f
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@
|
|||
#include "util/u_pstipple.h"
|
||||
|
||||
static void si_init_atom(struct r600_atom *atom, struct r600_atom **list_elem,
|
||||
void (*emit)(struct si_context *ctx, struct r600_atom *state),
|
||||
void (*emit_func)(struct si_context *ctx, struct r600_atom *state),
|
||||
unsigned num_dw)
|
||||
{
|
||||
atom->emit = (void*)emit;
|
||||
atom->emit = (void*)emit_func;
|
||||
atom->num_dw = num_dw;
|
||||
atom->dirty = false;
|
||||
*list_elem = atom;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue