From 40e74a22f0b7adc0fe81d96ada276f6d0c6a6644 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Fri, 15 Dec 2017 10:15:28 +0100 Subject: [PATCH] add missing intel CPU type --- xpcom/threads/nsProcessCommon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xpcom/threads/nsProcessCommon.cpp b/xpcom/threads/nsProcessCommon.cpp index 82170b247..ed4390e45 100644 --- a/xpcom/threads/nsProcessCommon.cpp +++ b/xpcom/threads/nsProcessCommon.cpp @@ -48,6 +48,7 @@ using namespace mozilla; #ifdef XP_MACOSX typedef int cpu_type_t; // we don't have cpu_type* on 10.4. #define CPU_TYPE_ANY ((cpu_type_t) -1) +#define CPU_TYPE_X86 ((cpu_type_t) 7) #define CPU_TYPE_POWERPC ((cpu_type_t) 18) cpu_type_t pref_cpu_types[2] = {