corert icon indicating copy to clipboard operation
corert copied to clipboard

Question: ImportConvert unsigned parameter is always false

Open yowl opened this issue 5 years ago • 1 comments

ImportConvert in https://github.com/dotnet/corert/blob/145402e00724acbc9e7636739140fb84f7d64845/src/Common/src/TypeSystem/IL/ILImporter.cs#L745-L766 is always passed false for the unsigned parameter (the last parameter), even on the unsigned conversions, conv_ovf_u1 Is there a reason for that?

yowl avatar Sep 26 '20 17:09 yowl

Looks like a bug

jkotas avatar Sep 26 '20 18:09 jkotas