aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl/psl-nodes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-29 18:47:14 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-29 18:56:32 +0200
commit26a94c92410720f9ad3cdb2f163f3b8cca3a326d (patch)
treeb70c62f9e5c99762a4590fa77189985bc86c5b9c /src/psl/psl-nodes.ads
parent0a51563e4e5989abe8becd1c060e06d4dec6024e (diff)
downloadghdl-26a94c92410720f9ad3cdb2f163f3b8cca3a326d.tar.gz
ghdl-26a94c92410720f9ad3cdb2f163f3b8cca3a326d.tar.bz2
ghdl-26a94c92410720f9ad3cdb2f163f3b8cca3a326d.zip
psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345
Diffstat (limited to 'src/psl/psl-nodes.ads')
-rw-r--r--src/psl/psl-nodes.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psl/psl-nodes.ads b/src/psl/psl-nodes.ads
index eb0ad4cb3..9418ae78a 100644
--- a/src/psl/psl-nodes.ads
+++ b/src/psl/psl-nodes.ads
@@ -460,7 +460,7 @@ package PSL.Nodes is
-- General methods.
- procedure Init;
+ procedure Init (Loc : Location_Type);
-- Get the number of the last node.
-- To be used to size lateral tables.