Re: [HACKERS] s_lock.h line 178

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: andreas(dot)zeugswetter(at)telecom(dot)at (Andreas Zeugswetter)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] s_lock.h line 178
Date: 1998-10-27 17:46:36
Message-ID: 199810271746.MAA01469@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Zeugswetter 1998-10-27 18:12:52 Re: [HACKERS] configure and cpp detection
Previous Message Tom Lane 1998-10-27 17:36:43 Re: [HACKERS] configure and cpp detection