diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-05-17 04:58:05 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-05-17 04:58:05 +0200 |
commit | e1306c7beea185286fd233e1940afe2cd967ae49 (patch) | |
tree | 15137e84af7051788278d49b8195d55eb82fe250 /src/vhdl/sem.adb | |
parent | a347b47a28cdcb65e5594795947ed12547d4b21e (diff) | |
download | ghdl-e1306c7beea185286fd233e1940afe2cd967ae49.tar.gz ghdl-e1306c7beea185286fd233e1940afe2cd967ae49.tar.bz2 ghdl-e1306c7beea185286fd233e1940afe2cd967ae49.zip |
errors: remove error_msg and warning_msg.
Diffstat (limited to 'src/vhdl/sem.adb')
-rw-r--r-- | src/vhdl/sem.adb | 2 |
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; |