Re: [HACKERS] s_lock.h line 178 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] s_lock.h line 178
Date
Msg-id 199810271746.MAA01469@candle.pha.pa.us
Whole thread Raw
In response to s_lock.h line 178  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List pgsql-hackers
Applied by hand.  Moved %1 up to the proper line.


> Needs continuation character for portability:
> slock_t *lock)
>   {
>     register _res;
> !   __asm__("sbitb 0, %0 \
>       sfsd 
> %1"
>       : "=m"(*lock), "=r"(_res));
>     return (int) _res; 
> 
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] configure and cpp detection
Next
From: Andreas Zeugswetter
Date:
Subject: Re: [HACKERS] configure and cpp detection