Bug 921130 - Fix --disable-ion build. r=luke

This commit is contained in:
Jan de Mooij 2013-09-30 17:27:37 +02:00
Родитель 949b07a020
Коммит e0877774a7
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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 {