mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
r600: fix typo in r700 assembler
Noticed by Henri Verbeet on IRC.
NOTE: This is a candidate for the 7.8 branch.
(cherry picked from commit 2bd69080a2)
This commit is contained in:
parent
9cad102121
commit
0d3ac51bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -1201,7 +1201,7 @@ GLboolean checkop3(r700_AssemblerBase* pAsm)
|
|||
{
|
||||
if( GL_FALSE == mov_temp(pAsm, 1) )
|
||||
{
|
||||
return 1;
|
||||
return GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue