aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/or1k/or1k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/or1k/or1k.c b/sim/or1k/or1k.c
index 73ddeac..b32e9b1 100644
--- a/sim/or1k/or1k.c
+++ b/sim/or1k/or1k.c
@@ -270,7 +270,7 @@ or1k32bf_nop (sim_cpu *current_cpu, USI uimm16)
case NOP_EXIT:
sim_io_printf (CPU_STATE (current_cpu), "exit(%d)\n", GET_H_GPR (3));
- /* fall through */
+ ATTRIBUTE_FALLTHROUGH;
case NOP_EXIT_SILENT:
sim_engine_halt (sd, current_cpu, NULL, CPU_PC_GET (current_cpu),
sim_exited, GET_H_GPR (3));