mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix VAX ASM '1 f' -> '1f'.
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -226,7 +226,7 @@ tas(volatile slock_t *lock)
|
|||||||
register _res;
|
register _res;
|
||||||
|
|
||||||
__asm__(" movl $1, r0 \
|
__asm__(" movl $1, r0 \
|
||||||
bbssi $0, (%1), 1 f \
|
bbssi $0, (%1), 1f \
|
||||||
clrl r0 \
|
clrl r0 \
|
||||||
1: movl r0, %0 "
|
1: movl r0, %0 "
|
||||||
: "=r"(_res) /* return value, in register */
|
: "=r"(_res) /* return value, in register */
|
||||||
|
Reference in New Issue
Block a user