aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortmeissner <programming@goodcleanfun.de>2020-05-08 11:16:45 +0200
committertgingold <tgingold@users.noreply.github.com>2020-05-08 17:52:51 +0200
commite2aa330a4c6a03685bd6893b4174473ce53830e8 (patch)
tree14a419a788eb6a9c2ab638766b7c420eca0a0e11 /src
parent2b10cb6d9f7cdb4c4f5ebaf3f650b039382c98f7 (diff)
downloadghdl-e2aa330a4c6a03685bd6893b4174473ce53830e8.tar.gz
ghdl-e2aa330a4c6a03685bd6893b4174473ce53830e8.tar.bz2
ghdl-e2aa330a4c6a03685bd6893b4174473ce53830e8.zip
Add handling of N_Next_E in PSL semantic pass
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-sem_psl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_psl.adb b/src/vhdl/vhdl-sem_psl.adb
index a34552215..a5b69fb1c 100644
--- a/src/vhdl/vhdl-sem_psl.adb
+++ b/src/vhdl/vhdl-sem_psl.adb
@@ -461,7 +461,7 @@ package body Vhdl.Sem_Psl is
Sem_Number (Prop);
Sem_Property (Prop);
return Prop;
- when N_Next_A =>
+ when N_Next_A | N_Next_E =>
-- FIXME: range.
Sem_Property (Prop);
return Prop;