From: Brian Date: Wed, 24 Oct 2007 18:31:14 +0000 (-0600) Subject: fix bug in RET code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e506514dbbaf6850f477125f89068afa967fa9b4;p=mesa.git fix bug in RET code --- diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c index 4a608c445e8..113a0f2c180 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;