Fixed some silly warnings
svn-id: r40165
This commit is contained in:
parent
7f20f3bb3e
commit
f177c7142c
3 changed files with 6 additions and 5 deletions
|
@ -458,7 +458,7 @@ void Parse::printVarIndex() {
|
|||
|
||||
int Parse::cmpHelper(byte *operPtr, int32 *valPtr) {
|
||||
byte var_C = operPtr[-3];
|
||||
int cmpTemp;
|
||||
int cmpTemp = 0;
|
||||
if (var_C == OP_LOAD_IMM_INT16) {
|
||||
cmpTemp = (int)valPtr[-3] - (int)valPtr[-1];
|
||||
} else if (var_C == OP_LOAD_IMM_STR) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue