summaryrefslogtreecommitdiff
path: root/gcc/ada/5gmastop.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5gmastop.adb')
-rw-r--r--gcc/ada/5gmastop.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/5gmastop.adb b/gcc/ada/5gmastop.adb
index 480e3ead130..d75bf326b7a 100644
--- a/gcc/ada/5gmastop.adb
+++ b/gcc/ada/5gmastop.adb
@@ -288,7 +288,7 @@ package body System.Machine_State_Operations is
is
pragma Warnings (Off, Info);
- Scp : Sigcontext_Ptr := To_Sigcontext_Ptr (M);
+ Scp : constant Sigcontext_Ptr := To_Sigcontext_Ptr (M);
procedure Exc_Unwind (Scp : Sigcontext_Ptr; Fde : Long_Integer := 0);
pragma Import (C, Exc_Unwind, "exc_unwind");