[x86/Linux] Fix comparison of two values with different enumeration types (dotnet...
authorSaeHie Park <saehie.park@gmail.com>
Wed, 23 Nov 2016 10:10:24 +0000 (19:10 +0900)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 23 Nov 2016 10:10:24 +0000 (11:10 +0100)
commitd8eb718611a85f6ca55137de84394bd4cf6cda3e
treea2d9a7263292458e67e6e512d9b3e5ab95b4e328
parentab60a6ee1186802700782b7f44c2f87eb75d3cfa
[x86/Linux] Fix comparison of two values with different enumeration types (dotnet/coreclr#8273)

Fix compile error for x86/Linux
- convert to int type for 'ReturnKind' and 'infoHdrAdjustConstants'

Commit migrated from https://github.com/dotnet/coreclr/commit/f1f820681bb1c1e008aef85fb5354b8968266eb3
src/coreclr/src/jit/gcencode.cpp