mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
fix bug in RET code
This commit is contained in:
parent
4eafe69a2a
commit
e506514dbb
1 changed files with 1 additions and 0 deletions
|
|
@ -2077,6 +2077,7 @@ exec_instruction(
|
|||
return;
|
||||
}
|
||||
*pc = mach->CallStack[--mach->CallStackTop];
|
||||
UPDATE_EXEC_MASK(mach);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue