diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp b/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp index 179ef160e21..f87cbbcd68a 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp @@ -174,7 +174,7 @@ int count_to_loop_end(fs_inst *do_inst) { int depth = 1; - int ip = ip; + int ip = 1; for (fs_inst *inst = (fs_inst *)do_inst->next; depth > 0; inst = (fs_inst *)inst->next) { |