aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-parse_psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-parse_psl.adb')
-rw-r--r--src/vhdl/vhdl-parse_psl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-parse_psl.adb b/src/vhdl/vhdl-parse_psl.adb
index 630339c79..561f9caff 100644
--- a/src/vhdl/vhdl-parse_psl.adb
+++ b/src/vhdl/vhdl-parse_psl.adb
@@ -117,7 +117,7 @@ package body Vhdl.Parse_Psl is
function Vhdl_To_Psl (N : Vhdl_Node) return Node
is
use Vhdl.Nodes;
- Res : Node;
+ Res : PSL_Node;
begin
Res := Create_Node_Loc (N_HDL_Expr);
if N /= Null_Iir then