signed/unsigned comparison.

git-svn-id: svn://10.0.0.236/trunk@133575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2002-11-11 18:36:12 +00:00
parent b486fee8f0
commit 0c618d88a5

View File

@@ -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;