update proc_type_table for MacOS (#18702)

This commit is contained in:
Wanglei Shen 2023-07-21 21:13:28 +08:00 committed by GitHub
parent 12a7ed9bdd
commit 98026d420f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; return 0;
} }