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 77b347d commit c0a0f34Copy full SHA for c0a0f34
src/include/storage/s_lock.h
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.77 2000/12/30 02:34:56 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.78 2001/01/18 23:40:26 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -226,7 +226,7 @@ tas(volatile slock_t *lock)
226
register _res;
227
228
__asm__(" movl $1, r0 \
229
- bbssi $0, (%1), 1 f \
+ bbssi $0, (%1), 1f \
230
clrl r0 \
231
1: movl r0, %0 "
232
: "=r"(_res) /* return value, in register */
0 commit comments