aboutsummaryrefslogtreecommitdiff
path: root/sim/rl78/rl78.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rl78/rl78.c')
-rw-r--r--sim/rl78/rl78.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/rl78/rl78.c b/sim/rl78/rl78.c
index 8f11c09..447f56f 100644
--- a/sim/rl78/rl78.c
+++ b/sim/rl78/rl78.c
@@ -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 ();