mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
The table for sweet 16 instructions had an invalid length word. Reported by
Jeff Tranter. git-svn-id: svn://svn.cc65.org/cc65/trunk@5572 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
026e6995d0
commit
bdeefe31e5
@ -593,7 +593,7 @@ static const struct {
|
|||||||
/* Instruction table for the SWEET16 pseudo CPU */
|
/* Instruction table for the SWEET16 pseudo CPU */
|
||||||
static const struct {
|
static const struct {
|
||||||
unsigned Count;
|
unsigned Count;
|
||||||
InsDesc Ins[27];
|
InsDesc Ins[26];
|
||||||
} InsTabSweet16 = {
|
} InsTabSweet16 = {
|
||||||
sizeof (InsTabSweet16.Ins) / sizeof (InsTabSweet16.Ins[0]),
|
sizeof (InsTabSweet16.Ins) / sizeof (InsTabSweet16.Ins[0]),
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user