mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965/fs: Add missing const qualifier.
This commit is contained in:
parent
e06b0778f5
commit
a5481d6fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -3567,7 +3567,7 @@ fs_visitor::allocate_registers()
|
|||
{
|
||||
bool allocated_without_spills;
|
||||
|
||||
static enum instruction_scheduler_mode pre_modes[] = {
|
||||
static const enum instruction_scheduler_mode pre_modes[] = {
|
||||
SCHEDULE_PRE,
|
||||
SCHEDULE_PRE_NON_LIFO,
|
||||
SCHEDULE_PRE_LIFO,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue