Fixed a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@15 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-05-30 17:40:38 +00:00
parent a1c89d9aed
commit 1a679b3a20
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ static void tableswitch (struct expent* eval)
g_switch (flags);
/* 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 */
AddCodeHint ("casetable");