aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r--src/vhdl/parse.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb
index 7dfb2c7bf..ee377792b 100644
--- a/src/vhdl/parse.adb
+++ b/src/vhdl/parse.adb
@@ -1473,6 +1473,8 @@ package body Parse is
Inters : Iir;
begin
if Current_Token = Tok_Parameter then
+ Set_Has_Parameter (Subprg, True);
+
-- Eat 'parameter'
Scan;