Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2010 18:14:18 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/isa npx.c
Message-ID:  <201011251814.oAPIEbEW074954@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dim         2010-11-25 18:14:18 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         npx.c 
  Log:
  SVN rev 215823 on 2010-11-25 18:14:18Z by dim
  
  Use unambiguous inline assembly to load a float variable.  GNU as
  silently converts 'fld' to 'flds', without taking the actual variable
  type into account (!), but clang's integrated assembler rightfully
  complains about it.
  
  Discussed with: cperciva
  
  Revision  Changes    Path
  1.190     +1 -1      src/sys/i386/isa/npx.c



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