Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9019264

Browse files
committed
Still another typo fix for 0709b7e.
Buildfarm member anole caught this one.
1 parent 7690dde commit 9019264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/s_lock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ typedef unsigned int slock_t;
796796
/* On IA64, it's a win to use a non-locking test before the xchg proper */
797797
#define TAS_SPIN(lock) (*(lock) ? 1 : TAS(lock))
798798
#define S_UNLOCK(lock) \
799-
do { _Asm_sched_fence(); (*(lock)) = 0); } while (0)
799+
do { _Asm_sched_fence(); (*(lock)) = 0; } while (0)
800800

801801
#endif /* HPUX on IA64, non gcc */
802802

0 commit comments

Comments
 (0)