aboutsummaryrefslogtreecommitdiffstats
path: root/src/psl/psl-hash.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-26 20:06:46 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-26 20:07:53 +0200
commit2bdc1cdc3afc8350fb5bb1ba7a438055704a6ed9 (patch)
tree69ce5d8df99977b0dcac613c7068d863d67a7fd3 /src/psl/psl-hash.ads
parentf73b474036e2b91370de0696a14c2faf0a106097 (diff)
downloadghdl-2bdc1cdc3afc8350fb5bb1ba7a438055704a6ed9.tar.gz
ghdl-2bdc1cdc3afc8350fb5bb1ba7a438055704a6ed9.tar.bz2
ghdl-2bdc1cdc3afc8350fb5bb1ba7a438055704a6ed9.zip
psl: keep locations.
Diffstat (limited to 'src/psl/psl-hash.ads')
-rw-r--r--src/psl/psl-hash.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psl/psl-hash.ads b/src/psl/psl-hash.ads
index a464ebd6b..fa71f1f26 100644
--- a/src/psl/psl-hash.ads
+++ b/src/psl/psl-hash.ads
@@ -25,5 +25,5 @@ package PSL.Hash is
-- Get the PSL node for node HDL.
-- Only one PSL node is created for an HDL node.
- function Get_PSL_Node (Hdl : Int32) return Node;
+ function Get_PSL_Node (Hdl : Int32; Loc : Location_Type) return Node;
end PSL.Hash;