Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 18:15:56 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include atomic.h
Message-ID:  <200005100115.SAA63806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2000/05/09 18:15:56 PDT

  Modified files:
    sys/i386/include     atomic.h 
  Log:
  When using _asm{} in GCC, one must specify the operand's size if one
  specifies the instruction's operation size.  GCC will default to 32-bit
  operands reguardless of the prototype (ie, formal parameters' type)
  of an inline function.
  
  Revision  Changes    Path
  1.10      +10 -10    src/sys/i386/include/atomic.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005100115.SAA63806>