diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-01-17 06:55:46 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-01-19 19:54:41 +0100 |
commit | 22d04ec32c8c0457cfa5043c10f0d6f0575e5720 (patch) | |
tree | 6344225c686a1082e4e05560fca90ad69953e3a2 /src/vhdl/simulate/debugger.adb | |
parent | 1e2aeb2a4635f24c60384232e319b682b0d99f3c (diff) | |
download | ghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.tar.gz ghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.tar.bz2 ghdl-22d04ec32c8c0457cfa5043c10f0d6f0575e5720.zip |
simulate: fix handling of deferred constants.
Diffstat (limited to 'src/vhdl/simulate/debugger.adb')
-rw-r--r-- | src/vhdl/simulate/debugger.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/debugger.adb b/src/vhdl/simulate/debugger.adb index a2532f2e7..c1d846008 100644 --- a/src/vhdl/simulate/debugger.adb +++ b/src/vhdl/simulate/debugger.adb @@ -1426,7 +1426,7 @@ package body Debugger is Handler.all (N); when Iir_Kind_Variable_Assignment_Statement - | Iir_Kind_Signal_Assignment_Statement + | Iir_Kind_Simple_Signal_Assignment_Statement | Iir_Kind_Null_Statement | Iir_Kind_Assertion_Statement | Iir_Kind_Report_Statement |