mirror of
https://github.com/cc65/cc65.git
synced 2025-03-13 15:32:09 +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:
parent
a1c89d9aed
commit
1a679b3a20
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user