update proc_type_table for MacOS (#18702)
This commit is contained in:
parent
12a7ed9bdd
commit
98026d420f
@ -67,6 +67,9 @@ int parse_processor_info_macos(int& _processors,
|
||||
}
|
||||
}
|
||||
|
||||
_proc_type_table[0][PROC_NUMA_NODE_ID] = 0;
|
||||
_proc_type_table[0][PROC_SOCKET_ID] = 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user