sim: rl78: fix -Wimplicit-fallthrough warnings
Seems like this code was meant to fallthru.
This commit is contained in:
parent
05b9feffff
commit
e8aaac5fe6
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user