summaryrefslogtreecommitdiff
path: root/irq_test/interrupt_pkg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'irq_test/interrupt_pkg.adb')
-rw-r--r--irq_test/interrupt_pkg.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/irq_test/interrupt_pkg.adb b/irq_test/interrupt_pkg.adb
index 729b284..33c49b6 100644
--- a/irq_test/interrupt_pkg.adb
+++ b/irq_test/interrupt_pkg.adb
@@ -25,6 +25,7 @@ with Ada.Interrupts;
with System;
with Ada.Text_IO;
with Ada.Real_Time; use Ada.Real_Time;
+with RTEMS;
package body Interrupt_pkg is
@@ -102,6 +103,7 @@ package body Interrupt_pkg is
-- Have to kill sporadic to exit since it is has an infinite loop
abort sporadic;
+ RTEMS.Shutdown_Executive (0);
end;
begin