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
Change ambiguous (or invalid, depending on how strict you want to be :) rS215801Unpublished Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |