Adjust an expression I forgot from earlier code review

Esse commit está contido em:
Jordan DeLong
2013-04-25 09:14:04 -07:00
commit de Sara Golemon
commit 55ba7a9279
@@ -1238,7 +1238,7 @@ void TraceBuilder::updateTrackedState(IRInstruction* inst) {
int64_t stackAdjustment = inst->getSrc(3)->getValInt();
Type resultType = inst->getTypeParam();
// push the return value if any and adjust for the popped values
m_spOffset += -stackAdjustment;
m_spOffset -= stackAdjustment;
break;
}