fixed return value warning by moving return statement.
git-svn-id: svn://10.0.0.236/trunk@83762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -479,7 +479,6 @@ namespace ICodeASM {
|
||||
throw JSParseException (eidDuplicateLabel);
|
||||
}
|
||||
}
|
||||
return firstTokenEnd;
|
||||
} else {
|
||||
/* the thing we scanned was an instruction, search the icode map
|
||||
* for a matching instruction */
|
||||
@@ -493,7 +492,7 @@ namespace ICodeASM {
|
||||
/* otherwise, choke on it */
|
||||
throw JSParseException (eidUnknownICode);
|
||||
}
|
||||
|
||||
return firstTokenEnd;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -479,7 +479,6 @@ namespace ICodeASM {
|
||||
throw JSParseException (eidDuplicateLabel);
|
||||
}
|
||||
}
|
||||
return firstTokenEnd;
|
||||
} else {
|
||||
/* the thing we scanned was an instruction, search the icode map
|
||||
* for a matching instruction */
|
||||
@@ -493,7 +492,7 @@ namespace ICodeASM {
|
||||
/* otherwise, choke on it */
|
||||
throw JSParseException (eidUnknownICode);
|
||||
}
|
||||
|
||||
return firstTokenEnd;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user