Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / wtf / CPU.h
index 061d128..3588be3 100644 (file)
 #define WTF_CPU_64BIT 1
 #endif
 
+/* This defines CPU(64BIT). */
+#if defined(__mips__) && (_MIPS_SIM == _ABI64)
+#define WTF_CPU_64BIT 1
+#endif
+
 #endif /* WTF_CPU_h */