Bug 547063 - nanojit: reinstate NJ_COMPILER_ARM_ARCH static assertion in njconfig.cpp. r=rreitmai.

--HG--
extra : convert_revision : 04f1b105cccd234217c8e2c1119a423cd6185e83
This commit is contained in:
Nicholas Nethercote 2011-03-07 15:54:10 -08:00
parent 0f22a7b53a
commit eeda08a028

View File

@ -96,10 +96,7 @@ namespace nanojit
harden_nop_insertion = false;
#if defined(NANOJIT_ARM)
// XXX: temporarily disabled, see bug 547063.
//NanoStaticAssert(NJ_COMPILER_ARM_ARCH >= 5 && NJ_COMPILER_ARM_ARCH <= 7);
NanoStaticAssert(NJ_COMPILER_ARM_ARCH >= 5 && NJ_COMPILER_ARM_ARCH <= 7);
arm_arch = NJ_COMPILER_ARM_ARCH;
arm_vfp = (arm_arch >= 7);