diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 12:31:14 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-24 12:32:42 -0600 |
commit | e506514dbbaf6850f477125f89068afa967fa9b4 (patch) | |
tree | c4ef09b24c6a784adc7d1729f017a9438ac2b224 /src/mesa/pipe/tgsi | |
parent | 4eafe69a2ac27e8e92ce0fc503a5d6cc24b8f257 (diff) |
fix bug in RET code
Diffstat (limited to 'src/mesa/pipe/tgsi')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c index 4a608c445e..113a0f2c18 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c +++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c @@ -2077,6 +2077,7 @@ exec_instruction( return; } *pc = mach->CallStack[--mach->CallStackTop]; + UPDATE_EXEC_MASK(mach); } break; |