K 10 svn:author V 3 dim K 8 svn:date V 27 2011-01-11T19:17:13.454024Z K 7 svn:log V 244 MFC r215801: 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