Warning fix.

This commit is contained in:
Kugel Fuhr
2025-07-01 09:21:18 +02:00
parent 8d3112e24f
commit c162f6a286

View File

@@ -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 */