mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-26 08:38:42 +00:00
Make the cross-compilation glue for dump_syms Mac handle x86_64h.
x86_64h has a different cpusubtype from x86_64. The h is for Haswell. BUG= Change-Id: Icf884e5699fe120c12d13aa57cd62db5b69a2ce6 Reviewed-on: https://chromium-review.googlesource.com/457171 Reviewed-by: Ted Mielczarek <ted@mielczarek.org>
This commit is contained in:
committed by
Ted Mielczarek
parent
dc3ba60f0f
commit
8880afb762
1
src/third_party/mac_headers/mach/machine.h
vendored
1
src/third_party/mac_headers/mach/machine.h
vendored
@@ -228,6 +228,7 @@ typedef integer_t cpu_threadtype_t;
|
||||
#define CPU_SUBTYPE_X86_ALL ((cpu_subtype_t)3)
|
||||
#define CPU_SUBTYPE_X86_64_ALL ((cpu_subtype_t)3)
|
||||
#define CPU_SUBTYPE_X86_ARCH1 ((cpu_subtype_t)4)
|
||||
#define CPU_SUBTYPE_X86_64_H ((cpu_subtype_t)8) /* Haswell feature subset */
|
||||
|
||||
|
||||
#define CPU_THREADTYPE_INTEL_HTT ((cpu_threadtype_t) 1)
|
||||
|
||||
Reference in New Issue
Block a user