Bug 1258277 - OdinMonkey: MIPS: Leave ARCH_BITS for CPUID. r=huangwenjun06

---
 js/src/jit/mips-shared/Architecture-mips-shared.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Heiher 2016-03-22 14:04:14 +08:00
parent 49bd47687f
commit bcb9e0a303

View File

@ -11,8 +11,8 @@
#include "jit/RegisterSets.h"
#define HWCAP_MIPS (1 << 31)
#define HWCAP_LOONGSON (1 << 30)
#define HWCAP_MIPS (1 << 28)
#define HWCAP_LOONGSON (1 << 27)
#define HWCAP_FPU (1 << 0)
namespace js {