summaryrefslogtreecommitdiff
path: root/gcc/ada/get_spark_xrefs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/get_spark_xrefs.adb')
-rw-r--r--gcc/ada/get_spark_xrefs.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/get_spark_xrefs.adb b/gcc/ada/get_spark_xrefs.adb
index 92964b31379..ea1f1b45a0b 100644
--- a/gcc/ada/get_spark_xrefs.adb
+++ b/gcc/ada/get_spark_xrefs.adb
@@ -455,6 +455,7 @@ begin
pragma Assert
(Rtype = 'r' or else
+ Rtype = 'c' or else
Rtype = 'm' or else
Rtype = 's');