[x86/Linux] Fix error: '&&' within '||' (dotnet/coreclr#8391)
authorSaeHie Park <saehie.park@gmail.com>
Wed, 30 Nov 2016 07:41:44 +0000 (16:41 +0900)
committerJan Kotas <jkotas@microsoft.com>
Wed, 30 Nov 2016 07:41:44 +0000 (23:41 -0800)
commit6b936133b1412d15917e55ac5e5ae94efb219fb0
treee4143c54c8e5587433fd3e11e337d8f5bf4b8c68
parent25a734e3b64a6d956d73adf3b43d3444fdbd1f1f
[x86/Linux] Fix error: '&&' within '||' (dotnet/coreclr#8391)

Fix compile error for x86/Linux
- place parentheses around the '&&' expression to silence this

Commit migrated from https://github.com/dotnet/coreclr/commit/0d6db5301fdea84ac8c798dcc3c051dc85f3411e
src/coreclr/src/jit/stackfp.cpp