We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffde16 commit da6d038Copy full SHA for da6d038
opal/include/opal/sys/powerpc/atomic.h
@@ -276,7 +276,7 @@ static inline bool opal_atomic_compare_exchange_strong_64 (opal_atomic_int64_t *
276
#define opal_atomic_sc_64(addr, value, ret) \
277
do { \
278
opal_atomic_int64_t *_addr = (addr); \
279
- int64_t _foo, _newval = (int64_t) value; \
+ int64_t _newval = (int64_t) value; \
280
int32_t _ret; \
281
\
282
__asm__ __volatile__ (" stdcx. %2, 0, %1 \n\t" \
0 commit comments