mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
add missing intel CPU type
This commit is contained in:
parent
e36e6dd707
commit
40e74a22f0
@ -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] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user