mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@15 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -497,7 +497,7 @@ static void tableswitch (struct expent* eval)
|
|||||||
g_switch (flags);
|
g_switch (flags);
|
||||||
|
|
||||||
/* First entry is negative of label count */
|
/* First entry is negative of label count */
|
||||||
g_defdata (CF_INT, -((int)lcount)-1, 0);
|
g_defdata (CF_INT | CF_CONST, -((int)lcount)-1, 0);
|
||||||
|
|
||||||
/* Create the case selector table */
|
/* Create the case selector table */
|
||||||
AddCodeHint ("casetable");
|
AddCodeHint ("casetable");
|
||||||
|
Reference in New Issue
Block a user