r600: fix typo in r700 assembler
Noticed by Henri Verbeet on IRC. NOTE: This is a candidate for the 7.8 branch.
This commit is contained in:
@@ -1264,7 +1264,7 @@ GLboolean checkop3(r700_AssemblerBase* pAsm)
|
||||
{
|
||||
if( GL_FALSE == mov_temp(pAsm, 1) )
|
||||
{
|
||||
return 1;
|
||||
return GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user