Re: [HACKERS] s_lock.h line 178

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] s_lock.h line 178
Дата
Msg-id 199810271746.MAA01469@candle.pha.pa.us
обсуждение исходный текст
Ответ на s_lock.h line 178  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] configure and cpp detection
Следующее
От: Andreas Zeugswetter
Дата:
Сообщение: Re: [HACKERS] configure and cpp detection