Comment typo in port/atomics/arch-x86.h
Started by Tatsuro Yamadaabout 10 years ago2 messages
Hi,
I found a typo in arch-x86.h.
The attached patch fixes a typo: s/468/486/g
Best regards,
Tatsuro Yamada
Attachments:
atomics_arch-x86_typo.patchtext/x-patch; name=atomics_arch-x86_typo.patchDownload
*** a/src/include/port/atomics/arch-x86.h
--- b/src/include/port/atomics/arch-x86.h
***************
*** 67,73 **** typedef struct pg_atomic_uint32
/*
* It's too complicated to write inline asm for 64bit types on 32bit and the
! * 468 can't do it anyway.
*/
#ifdef __x86_64__
#define PG_HAVE_ATOMIC_U64_SUPPORT
--- 67,73 ----
/*
* It's too complicated to write inline asm for 64bit types on 32bit and the
! * 486 can't do it anyway.
*/
#ifdef __x86_64__
#define PG_HAVE_ATOMIC_U64_SUPPORT
Re: Comment typo in port/atomics/arch-x86.h
On Fri, Jan 8, 2016 at 7:37 AM, Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp
wrote:
Hi,
I found a typo in arch-x86.h.
The attached patch fixes a typo: s/468/486/g
Applied, thanks.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/