aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/traps.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32r/traps.c')
-rw-r--r--sim/m32r/traps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/m32r/traps.c b/sim/m32r/traps.c
index c519198..9ffa3bb 100644
--- a/sim/m32r/traps.c
+++ b/sim/m32r/traps.c
@@ -407,6 +407,7 @@ m32r_trap (SIM_CPU *current_cpu, PCADDR pc, int num)
errcode = EINVAL;
}
}
+ break;
case TARGET_LINUX_SYS_sync:
sync ();