From c162f6a28636cd9cb04f5812532e53f87922b5f5 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:21:18 +0200 Subject: [PATCH] Warning fix. --- src/common/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cpu.c b/src/common/cpu.c index 2f239d99d..7988cb4c1 100644 --- a/src/common/cpu.c +++ b/src/common/cpu.c @@ -151,7 +151,7 @@ const unsigned CPUIsets[CPU_COUNT] = { CAP_BIT (CAP_CPU_HAS_PUSHXY)) /* Table containing one capability entry per CPU */ -static const uint64_t CPUCaps[CPU_COUNT] = { +static const uint32_t CPUCaps[CPU_COUNT] = { CAP_NONE, /* CPU_NONE */ CAP_6502, /* CPU_6502 */ CAP_6502X, /* CPU_6502X */