We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6556e7 commit e3b06a8Copy full SHA for e3b06a8
src/include/storage/s_lock.h
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.54 1998/10/27 17:47:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.55 1998/10/28 15:58:34 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -175,7 +175,7 @@ static __inline__ int
175
tas(volatile slock_t *lock)
176
{
177
register _res;
178
- __asm__("sbitb 0, %0 \
+ __asm__("sbitb 0, %0 \n\
179
sfsd %1"
180
: "=m"(*lock), "=r"(_res));
181
return (int) _res;
0 commit comments