Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit d4c5706

Browse files
committed
opal/asm: use OMPI_GCC_INLINE_ASSEMBLY not OPAL_GCC_INLINE_ASSEMBLY
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 0499a6c commit d4c5706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/include/opal/sys/ia32/atomic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ static inline int32_t opal_atomic_swap_32( volatile int32_t *addr,
174174
return oldval;
175175
}
176176

177-
#endif /* OPAL_GCC_INLINE_ASSEMBLY */
177+
#endif /* OMPI_GCC_INLINE_ASSEMBLY */
178178

179179

180-
#if OPAL_GCC_INLINE_ASSEMBLY
180+
#if OMPI_GCC_INLINE_ASSEMBLY
181181

182182
/**
183183
* atomic_add - add integer to atomic variable

0 commit comments

Comments
 (0)