signed/unsigned comparison.
git-svn-id: svn://10.0.0.236/trunk@133575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -754,7 +754,7 @@ namespace MetaData {
|
||||
activationStackTop->retval = returnVal;
|
||||
activationStackTop++;
|
||||
bCon = new_bCon;
|
||||
ASSERT(bCon->getMaxStack() <= (execStackLimit - sp)); // XXX realloc if insufficient
|
||||
ASSERT((int32)bCon->getMaxStack() <= (execStackLimit - sp)); // XXX realloc if insufficient
|
||||
pc = new_bCon->getCodeStart();
|
||||
phase = execPhase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user