diff --git a/src/ca65/instr.c b/src/ca65/instr.c index c4513b92a..2cebfecff 100644 --- a/src/ca65/instr.c +++ b/src/ca65/instr.c @@ -593,7 +593,7 @@ static const struct { /* Instruction table for the SWEET16 pseudo CPU */ static const struct { unsigned Count; - InsDesc Ins[27]; + InsDesc Ins[26]; } InsTabSweet16 = { sizeof (InsTabSweet16.Ins) / sizeof (InsTabSweet16.Ins[0]), {