aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-static_oper.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-13 20:51:37 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-13 20:51:37 +0200
commit28aa91c2f917e86ce202b548be558dc031e816fd (patch)
tree04749cfbb1502edbf1cca8b7962fe02289cafef1 /src/synth/synth-static_oper.ads
parentb25f7f63976c9c24a9916e58eb9e73ba08e91988 (diff)
downloadghdl-28aa91c2f917e86ce202b548be558dc031e816fd.tar.gz
ghdl-28aa91c2f917e86ce202b548be558dc031e816fd.tar.bz2
ghdl-28aa91c2f917e86ce202b548be558dc031e816fd.zip
synth-static_oper: predefined function call now return memtyp.
Diffstat (limited to 'src/synth/synth-static_oper.ads')
-rw-r--r--src/synth/synth-static_oper.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-static_oper.ads b/src/synth/synth-static_oper.ads
index fc7ec6db7..554879ca0 100644
--- a/src/synth/synth-static_oper.ads
+++ b/src/synth/synth-static_oper.ads
@@ -19,8 +19,8 @@
-- MA 02110-1301, USA.
with Synth.Objtypes; use Synth.Objtypes;
-with Synth.Values; use Synth.Values;
with Synth.Context; use Synth.Context;
+
with Vhdl.Nodes; use Vhdl.Nodes;
package Synth.Static_Oper is
@@ -35,6 +35,6 @@ package Synth.Static_Oper is
Expr : Node) return Memtyp;
function Synth_Static_Predefined_Function_Call
- (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Valtyp;
+ (Subprg_Inst : Synth_Instance_Acc; Expr : Node) return Memtyp;
end Synth.Static_Oper;