add missing intel CPU type

This commit is contained in:
Riccardo Mottola 2017-12-15 10:15:28 +01:00
parent e36e6dd707
commit 40e74a22f0

View File

@ -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] = {