Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 1999 05:27:39 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa/sound audio.c
Message-ID:  <199901091327.FAA20024@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/01/09 05:27:39 PST

  Modified files:
    sys/i386/isa/sound   audio.c 
  Log:
  Don't put operands in clobber lists, since this is dubious for old
  versions of gcc and broken for current versions of egcs.  The asm
  here (for translate_bytes()) is now an interesting example of one
  that needs to be volatile to work.
  
  Fixed missing "memory" in the clobber list for translate_bytes().
  
  Submitted by:	"John S. Dyson" <dyson@iquest.net> but rewritten by me
  
  Revision  Changes    Path
  1.22      +6 -4      src/sys/i386/isa/sound/audio.c

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?199901091327.FAA20024>