K 10 svn:author V 3 dim K 8 svn:date V 27 2010-11-24T18:35:11.287691Z K 7 svn:log V 230 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 END