mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
sim: rl78: fix -Wimplicit-fallthrough warnings
Seems like this code was meant to fallthru.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user