aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-12 20:22:30 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-12 20:36:04 +0100
commitc2b6fd2775bdfb183a4de81d64f745e282ffd9fb (patch)
tree8be0ab894d88eb7f771da67276a9337e7d07ece0 /src/synth/synth-values.ads
parenta4a587d729314a8741b72284f624f167fa675062 (diff)
downloadghdl-c2b6fd2775bdfb183a4de81d64f745e282ffd9fb.tar.gz
ghdl-c2b6fd2775bdfb183a4de81d64f745e282ffd9fb.tar.bz2
ghdl-c2b6fd2775bdfb183a4de81d64f745e282ffd9fb.zip
synth-stmts: return sub arrays/records for
Diffstat (limited to 'src/synth/synth-values.ads')
-rw-r--r--src/synth/synth-values.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-values.ads b/src/synth/synth-values.ads
index bdf7aca84..4712eb2b7 100644
--- a/src/synth/synth-values.ads
+++ b/src/synth/synth-values.ads
@@ -214,8 +214,6 @@ package Synth.Values is
Scal : Int64;
when Value_Float =>
Fp : Fp64;
- when Value_Subtype =>
- null;
when Value_Array
| Value_Const_Array =>
Arr : Value_Array_Acc;
@@ -228,6 +226,8 @@ package Synth.Values is
File : File_Index;
when Value_Instance =>
Instance : Instance_Id;
+ when Value_Subtype =>
+ null;
when Value_Const =>
C_Val : Value_Acc;
C_Loc : Syn_Src;