this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix architecture reporting on x86_64 (fixes #277)

+1 -1
+1 -1
src/lkm/servers/mach_host.c
··· 125 125 #elif defined(__x86_64__) 126 126 if (!test_thread_flag(TIF_IA32)) 127 127 { 128 - hinfo->cpu_type = CPU_TYPE_X86_64; 128 + hinfo->cpu_type = CPU_TYPE_I386; 129 129 hinfo->cpu_subtype = CPU_SUBTYPE_X86_64_ALL; 130 130 } 131 131 else