Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@15 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a1c89d9aed
commit
1a679b3a20
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue