Skip to content

Commit ab3b321

Browse files
committed
cpuid: finish converting to int32_t
fixes b25cb6e
1 parent 05adec6 commit ab3b321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libretro-common/features/features_cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ uint64_t cpu_features_get(void)
652652
cpu |= RETRO_SIMD_MMX | RETRO_SIMD_SSE | RETRO_SIMD_MMXEXT;
653653
#elif defined(CPU_X86)
654654
unsigned max_flag = 0;
655-
int flags[4];
655+
int32_t flags[4];
656656
int vendor_shuffle[3];
657657
char vendor[13];
658658
x86_cpuid(0, flags);

0 commit comments

Comments
 (0)