8000
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 153237c commit ff71301Copy full SHA for ff71301
src/backend/storage/buffer/s_lock.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.35 2001/03/22 03:59:44 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.36 2001/03/27 01:16:24 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -232,7 +232,7 @@ success: \n\
232
static void
233
tas_dummy()
234
{
235
- __asm__ _volatile__(
+ __asm__ __volatile__(
236
"\
237
.global tas \n\
238
tas: \n\
0 commit comments