r600: fix typo in r700 assembler
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 15 Jul 2010 21:03:58 +0000 (17:03 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 15 Jul 2010 21:03:58 +0000 (17:03 -0400)
Noticed by Henri Verbeet on IRC.

NOTE: This is a candidate for the 7.8 branch.

src/mesa/drivers/dri/r600/r700_assembler.c

index ffc2d14..99a33df 100644 (file)
@@ -1264,7 +1264,7 @@ GLboolean checkop3(r700_AssemblerBase* pAsm)
            {
             if( GL_FALSE == mov_temp(pAsm, 1) )
             {
-                return 1;
+                return GL_FALSE;
             }
         }