Skip to content

Commit 24ca657

Browse files
committed
fix compilation on MSVC
Change-Id: I7c3f9efcf5caa4df7e3f38a4216c587bc6b7173d
1 parent e36cf0d commit 24ca657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ uint64 read_number(const char* str);
379379

380380
union PCM_CPUID_INFO
381381
{
382-
unsigned int array[4];
382+
int array[4];
383383
struct { unsigned int eax, ebx, ecx, edx; } reg;
384384
};
385385

0 commit comments

Comments
 (0)