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

--HG--
extra : rebase_source : e05014f0d4e6e6609907257fedd224ce38cc00c6
This commit is contained in:
Jan de Mooij 2013-09-30 17:27:37 +02:00
parent 4ef5398e7b
commit ccb9816b63
2 changed files with 1 additions and 2 deletions

View File

@ -5360,7 +5360,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

View File

@ -10,7 +10,6 @@
#include "jscntxt.h"
#include "jit/Ion.h"
#include "jit/MIR.h"
///////////////////////////////////////////////////////////////////////////
// Read Me First