mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +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 */
|
||||
static const struct {
|
||||
unsigned Count;
|
||||
InsDesc Ins[27];
|
||||
InsDesc Ins[26];
|
||||
} InsTabSweet16 = {
|
||||
sizeof (InsTabSweet16.Ins) / sizeof (InsTabSweet16.Ins[0]),
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user