mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Fix the build.
This commit is contained in:
parent
fc9a90e220
commit
1aff35f669
1 changed files with 3 additions and 2 deletions
|
@ -386,7 +386,7 @@ void CompilePPUProgram::DetectArgInfo(Arg& arg)
|
||||||
switch((char)str[0])
|
switch((char)str[0])
|
||||||
{
|
{
|
||||||
case 'r': case 'f': case 'v':
|
case 'r': case 'f': case 'v':
|
||||||
|
{
|
||||||
if(str.length() < 2)
|
if(str.length() < 2)
|
||||||
{
|
{
|
||||||
arg.type = ARG_ERR;
|
arg.type = ARG_ERR;
|
||||||
|
@ -426,6 +426,7 @@ void CompilePPUProgram::DetectArgInfo(Arg& arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
arg.value = reg;
|
arg.value = reg;
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case 'c':
|
case 'c':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue