mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7bd23208f1
commit
129dfb1b25
@ -1876,9 +1876,8 @@ TraceRecorder::import(TreeInfo* treeInfo, LIns* sp, unsigned stackSlots, unsigne
|
|||||||
offset = -treeInfo->nativeStackBase;
|
offset = -treeInfo->nativeStackBase;
|
||||||
m = typeMap;
|
m = typeMap;
|
||||||
FORALL_SLOTS_IN_PENDING_FRAMES(cx, callDepth,
|
FORALL_SLOTS_IN_PENDING_FRAMES(cx, callDepth,
|
||||||
if (*m != JSVAL_BOXED) {
|
if (*m != JSVAL_BOXED)
|
||||||
import(sp, offset, vp, *m, vpname, vpnum, fp);
|
import(sp, offset, vp, *m, vpname, vpnum, fp);
|
||||||
}
|
|
||||||
m++; offset += sizeof(double);
|
m++; offset += sizeof(double);
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user