aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem.adb')
-rw-r--r--src/vhdl/sem.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb
index 12ec15c3a..d89eaca65 100644
--- a/src/vhdl/sem.adb
+++ b/src/vhdl/sem.adb
@@ -2200,7 +2200,7 @@ package body Sem is
Depth_Callee := Iir_Depth_Impure;
if Kind = K_Function then
-- FIXME: report call location
- Error_Pure (Subprg_Bod, Callee, Null_Iir);
+ Error_Pure (Elaboration, Subprg_Bod, Callee, Null_Iir);
end if;
end if;