aboutsummaryrefslogtreecommitdiffstats
path: root/simulate/simulation.adb
diff options
context:
space:
mode:
Diffstat (limited to 'simulate/simulation.adb')
-rw-r--r--simulate/simulation.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/simulate/simulation.adb b/simulate/simulation.adb
index 304faa9b2..6a725ee9d 100644
--- a/simulate/simulation.adb
+++ b/simulate/simulation.adb
@@ -1661,6 +1661,8 @@ package body Simulation is
exception
when Debugger_Quit =>
null;
+ when Simulation_Finished =>
+ null;
end Simulation_Entity;
end Simulation;