aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-atopri.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-atopri.adb')
-rw-r--r--gcc/ada/s-atopri.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/s-atopri.adb b/gcc/ada/s-atopri.adb
index d856c8c..50e7346 100644
--- a/gcc/ada/s-atopri.adb
+++ b/gcc/ada/s-atopri.adb
@@ -44,9 +44,9 @@ package body System.Atomic_Primitives is
end if;
end Lock_Free_Read_8;
- ----------------------
+ -----------------------
-- Lock_Free_Read_16 --
- ----------------------
+ -----------------------
function Lock_Free_Read_16 (Ptr : Address) return uint16 is
begin
@@ -57,9 +57,9 @@ package body System.Atomic_Primitives is
end if;
end Lock_Free_Read_16;
- ----------------------
+ -----------------------
-- Lock_Free_Read_32 --
- ----------------------
+ -----------------------
function Lock_Free_Read_32 (Ptr : Address) return uint32 is
begin
@@ -70,9 +70,9 @@ package body System.Atomic_Primitives is
end if;
end Lock_Free_Read_32;
- ----------------------
+ -----------------------
-- Lock_Free_Read_64 --
- ----------------------
+ -----------------------
function Lock_Free_Read_64 (Ptr : Address) return uint64 is
begin