зеркало из https://github.com/mozilla/pjs.git
Bug 465582: the TM-specific part. r=dvander.
This commit is contained in:
Родитель
047e729eed
Коммит
cbdbcd253d
|
@ -2811,7 +2811,7 @@ JSTraceMonitor::flush()
|
|||
globalStates[i].globalSlots = new (alloc) SlotList(&alloc);
|
||||
}
|
||||
|
||||
assembler = new (alloc) Assembler(*codeAlloc, alloc, core, &js_LogController);
|
||||
assembler = new (alloc) Assembler(*codeAlloc, alloc, alloc, core, &js_LogController);
|
||||
lirbuf = new (alloc) LirBuffer(*tempAlloc);
|
||||
reLirBuf = new (alloc) LirBuffer(*reTempAlloc);
|
||||
verbose_only( branches = NULL; )
|
||||
|
|
Загрузка…
Ссылка в новой задаче