1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 06:29:38 +00:00

fall through comment

This commit is contained in:
mrdudz 2022-11-12 17:52:16 +01:00
parent 69b3659924
commit 2099e56263

View File

@ -1177,6 +1177,7 @@ void g_putlocal (unsigned Flags, int Offs, long Val)
case CF_FLOAT: /* FIXME: float - can we use the same as LONG here? */
AddCodeLine ("nop ; g_putlocal"); // FIXME: remove
/* fall through */
case CF_LONG:
if (Flags & CF_CONST) {
g_getimmed (Flags, Val, 0);