Re: svn commit: r215801 - head/sys/amd64/amd64

2010-11-24 Thread Dimitry Andric
On 2010-11-24 19:35, Dimitry Andric wrote: Author: dim Date: Wed Nov 24 18:35:11 2010 New Revision: 215801 URL: http://svn.freebsd.org/changeset/base/215801 Log: Change ambiguous (or invalid, depending on how strict you want to be :) assembly instruction "movw %rcx,2(%rax)" to "movw %cx,2(

svn commit: r215801 - head/sys/amd64/amd64

2010-11-24 Thread Dimitry Andric
Author: dim Date: Wed Nov 24 18:35:11 2010 New Revision: 215801 URL: http://svn.freebsd.org/changeset/base/215801 Log: 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