aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/debugger.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/debugger.ads')
-rw-r--r--src/vhdl/simulate/debugger.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/debugger.ads b/src/vhdl/simulate/debugger.ads
index b8b5c8e9e..ecb170eaa 100644
--- a/src/vhdl/simulate/debugger.ads
+++ b/src/vhdl/simulate/debugger.ads
@@ -16,8 +16,8 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
-with Elaboration; use Elaboration;
with Iirs; use Iirs;
+with Iir_Values; use Iir_Values;
package Debugger is
Flag_Debugger : Boolean := False;