mirror of
https://github.com/cc65/cc65.git
synced 2025-02-23 18:29:05 +00:00
don't fall through
This commit is contained in:
parent
c8cdc1dc60
commit
39e82722fc
@ -2524,7 +2524,10 @@ void g_push (unsigned flags, unsigned long val)
|
||||
AddCodeLine ("jsr pushax");
|
||||
break;
|
||||
|
||||
case CF_FLOAT: /* FIXME: float - handle like long here */
|
||||
case CF_FLOAT:
|
||||
/* FIXME: float - handle like long here */
|
||||
AddCodeLine ("jsr pusheax");
|
||||
break;
|
||||
|
||||
case CF_LONG:
|
||||
AddCodeLine ("jsr pusheax");
|
||||
|
Loading…
x
Reference in New Issue
Block a user