Style nit to kick a red tinderbox and hopefully avoid graph server fail a second time around, r=red this time

This commit is contained in:
Jeff Walden 2009-04-06 01:06:34 -07:00
parent 7bd23208f1
commit 129dfb1b25

View File

@ -1876,9 +1876,8 @@ TraceRecorder::import(TreeInfo* treeInfo, LIns* sp, unsigned stackSlots, unsigne
offset = -treeInfo->nativeStackBase;
m = typeMap;
FORALL_SLOTS_IN_PENDING_FRAMES(cx, callDepth,
if (*m != JSVAL_BOXED) {
if (*m != JSVAL_BOXED)
import(sp, offset, vp, *m, vpname, vpnum, fp);
}
m++; offset += sizeof(double);
);
}