Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2010 18:35:11 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 cpu_switch.S
Message-ID:  <201011241835.oAOIZRt3080710@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      cpu_switch.S 
  Log:
  SVN rev 215801 on 2010-11-24 18:35:11Z by dim
  
  Change ambiguous (or invalid, depending on how strict you want to be :)
  assembly instruction "movw %rcx,2(%rax)" to "movw %cx,2(%rax)", since
  the intent was to move 16 bits of data, in this case.
  
  Found by:       clang
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.179     +1 -1      src/sys/amd64/amd64/cpu_switch.S



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