зеркало из https://github.com/mozilla/gecko-dev.git
Bug 921130 - Fix --disable-ion build. r=luke
This commit is contained in:
Родитель
949b07a020
Коммит
e0877774a7
|
@ -5504,7 +5504,7 @@ main(int argc, char **argv, char **envp)
|
|||
if (op.getBoolOption('O'))
|
||||
OOM_printAllocationCount = true;
|
||||
|
||||
#if defined(JS_CPU_X86)
|
||||
#if defined(JS_CPU_X86) && defined(JS_ION)
|
||||
if (op.getBoolOption("no-fpu"))
|
||||
JSC::MacroAssembler::SetFloatingPointDisabled();
|
||||
#endif
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "jscntxt.h"
|
||||
|
||||
#include "jit/Ion.h"
|
||||
#include "jit/MIR.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// Read Me First
|
||||
|
@ -414,6 +413,10 @@ bool ParallelTestsShouldPass(JSContext *cx);
|
|||
///////////////////////////////////////////////////////////////////////////
|
||||
// Debug Spew
|
||||
|
||||
namespace jit {
|
||||
class MDefinition;
|
||||
}
|
||||
|
||||
namespace parallel {
|
||||
|
||||
enum ExecutionStatus {
|
||||
|
|
Загрузка…
Ссылка в новой задаче