@@ -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,8 +426,9 @@ void CompilePPUProgram::DetectArgInfo(Arg& arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
arg.value = reg;
|
arg.value = reg;
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case 'c':
|
case 'c':
|
||||||
if(str.length() > 2 && str[1] == 'r')
|
if(str.length() > 2 && str[1] == 'r')
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user