All arch: use rseq_unqual_scalar_typeof in load-acquire
[librseq.git] / include / rseq / rseq-mips.h
index 22f695d63c4f5f53ab89a46f0580e4f686f183d7..f0cc0720209b739868d8b743e16e4ab98f714fb4 100644 (file)
@@ -46,7 +46,7 @@
 
 #define rseq_smp_load_acquire(p)                                       \
 __extension__ ({                                                       \
-       __typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p));                   \
+       rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p));  \
        rseq_smp_mb();                                                  \
        ____p1;                                                         \
 })
This page took 0.022459 seconds and 4 git commands to generate.