sim: rl78: fix -Wimplicit-fallthrough warnings

Seems like this code was meant to fallthru.
This commit is contained in:
Mike Frysinger 2023-12-21 01:35:57 -05:00
parent 05b9feffff
commit e8aaac5fe6

View File

@ -499,6 +499,7 @@ decode_opcode (void)
CLOCKS (3); /* note: adds two clocks, total 5 clocks */
else
CLOCKS (2); /* note: adds one clock, total 4 clocks */
ATTRIBUTE_FALLTHROUGH;
case RLO_branch:
tprintf ("BRANCH: ");
v = GPC ();