boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / libatomic_ops-1.2 / src / atomic_ops / sysdeps / char_acquire_release_volatile.h
index 37aa0218e34da9cc4c43ee0ad2dc54ed8dd6786a..a227c1b0fcdd9b732e89aad4101454efbca8ca93 100644 (file)
@@ -34,7 +34,7 @@
 #endif
 
 AO_INLINE unsigned char
-AO_char_load_acquire(volatile unsigned char *p)
+AO_char_load_acquire(const volatile unsigned char *p)
 {
   unsigned char result = *p;
   /* A normal volatile load generates an ld.acq                */