osx buildfix

This commit is contained in:
Brad Parker 2019-02-23 16:57:11 -05:00
parent e22148fed4
commit 1d0a9262ae

View File

@ -830,7 +830,7 @@ uint64_t cpu_features_get(void)
void cpu_features_get_model_name(char *name, int len)
{
#ifdef CPU_X86
#if defined(CPU_X86) && !defined(__MACH__)
union {
int i[4];
unsigned char s[16];