aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-values.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-values.adb')
-rw-r--r--src/synth/synth-values.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-values.adb b/src/synth/synth-values.adb
index 9e1aef9eb..21830955f 100644
--- a/src/synth/synth-values.adb
+++ b/src/synth/synth-values.adb
@@ -56,7 +56,7 @@ package body Synth.Values is
return False;
when Value_Access
| Value_File =>
- return False;
+ return True;
when Value_Alias =>
return Is_Static (Val.A_Obj);
when Value_Const =>
@@ -86,7 +86,7 @@ package body Synth.Values is
return False;
when Value_Access
| Value_File =>
- return False;
+ return True;
when Value_Const =>
return True;
when Value_Alias =>