fix bug in RET code
authorBrian <brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:31:14 +0000 (12:31 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 18:32:42 +0000 (12:32 -0600)
src/mesa/pipe/tgsi/exec/tgsi_exec.c

index 4a608c445e8d897bcec0549c9991a914a1688d49..113a0f2c18004c749b1622a06c673d512de2dced 100644 (file)
@@ -2077,6 +2077,7 @@ exec_instruction(
             return;
          }
          *pc = mach->CallStack[--mach->CallStackTop];
+         UPDATE_EXEC_MASK(mach);
       }
       break;